Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Oct 8, 2024
1 parent f8cf66c commit 546429c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"numpy >=1.19", # NEP29 + 1yr
"scipy >=1.5", # Scientific Python SPEC 0 + 1yr
"numpy >=1.20", # NEP29 + 1yr
"scipy >=1.7", # Scientific Python SPEC 0 + 1yr
"nibabel >=3.0",
"pandas >=0.25.2", # First with Py38 wheel
"pandas >=1.2.0", # First with Py38 wheel
"formulaic >=0.2.4, <0.6", # Tested on 0.2.4-0.5.2
"sqlalchemy >=1.3.16",
"bids-validator>=1.11", # Keep up-to-date to ensure support for recent modalities
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ pass_env =
CLICOLOR_FORCE
extras = test
deps =
min: numpy ==1.19
min: scipy ==1.5
min: numpy ==1.20
min: scipy ==1.7
min: nibabel ==3.0
min: pandas ==0.25.2
min: pandas ==1.2.0
# Tested on 0.2.4-0.5.2
min: formulaic ==0.2.4
min: sqlalchemy ==1.3.16
Expand Down

0 comments on commit 546429c

Please sign in to comment.