Skip to content

Commit

Permalink
Set other dependencies' versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 31, 2024
1 parent 34223b6 commit 00d2a71
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",
"pandas",
"pybids",
"numpy==1.26.0",
"pandas==2.2.0",
"pybids==0.16.4",
"pyyaml",
"scikit-learn",
"scikit-learn==1.4.0",
"tqdm",
]
dynamic = ["version"]
Expand Down

0 comments on commit 00d2a71

Please sign in to comment.