Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 31, 2024
1 parent 00d2a71 commit b162548
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ license = {file = "LICENSE"}
requires-python = ">=3.8"
dependencies = [
"datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1",
"numpy==1.26.0",
"pandas==2.2.0",
"pybids==0.16.4",
"numpy<=1.26.0",
"pandas<=2.2.0",
"pybids<=0.16.4",
"pyyaml",
"scikit-learn==1.4.0",
"scikit-learn<=1.4.0",
"tqdm",
]
dynamic = ["version"]
Expand Down

0 comments on commit b162548

Please sign in to comment.