Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
  • Loading branch information
Remi-Gau and effigies authored Oct 8, 2024
1 parent 546429c commit b7e1c47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"numpy >=1.20", # NEP29 + 1yr
"scipy >=1.7", # Scientific Python SPEC 0 + 1yr
"nibabel >=3.0",
"pandas >=1.2.0", # First with Py38 wheel
"numpy >=1.22", # SPEC 0 + 1yr (3yr)
"scipy >=1.8", # SPEC 0 + 1yr (3yr)
"nibabel >=4.0", # SPEC 0 + 1yr (3yr)
"pandas >=1.4.0", # SPEC 0 + 1yr (3yr)
"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
"bids-validator>=1.14.12", # Keep up-to-date to ensure support for recent modalities
"num2words >=0.5.5",
"click >=8.0",
"universal_pathlib >=0.2.2",
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ pass_env =
CLICOLOR_FORCE
extras = test
deps =
min: numpy ==1.20
min: scipy ==1.7
min: nibabel ==3.0
min: numpy ==1.22
min: scipy ==1.8
min: nibabel ==4.0
min: pandas ==1.2.0
# Tested on 0.2.4-0.5.2
min: formulaic ==0.2.4
Expand Down

0 comments on commit b7e1c47

Please sign in to comment.