Skip to content

Commit

Permalink
pull numpy req inline with simnibs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Dec 20, 2023
1 parent 1f6825e commit c3d289a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
dynamic = ["version"]

dependencies = [
'numpy >= 1.24.1',
'numpy >= 1.22.0',
'pandas >= 1.5.3',
'joblib >= 1.2.0',
'nilearn >= 0.10.0 ',
Expand All @@ -36,6 +36,7 @@ dependencies = [
'kneed >= 0.8.2',
'networkx >= 2.8.5',
'statsmodels >= 0.14.0',
'mixedvines'
]

[project.optional-dependencies]
Expand Down

0 comments on commit c3d289a

Please sign in to comment.