Skip to content

Commit

Permalink
reduce numpy version again
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschD committed Oct 28, 2024
1 parent dbfd9f4 commit 9736ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ classifiers = [
]

dependencies = [
"numpy >= 1.24, < 2.0; python_version < '3.10'", # first pytables compatible with numpy 2 is 3.10 but does not support python 3.9
"numpy >= 1.24; python_version >= '3.10'", # otherwise we can use numpy 2 as on python 3.10 there is a pytables which is ok with it"numpy>=1.19",
"numpy >= 1.19, < 2.0; python_version < '3.10'", # first pytables compatible with numpy 2 is 3.10 but does not support python 3.9
"numpy >= 1.19; python_version >= '3.10'", # otherwise we can use numpy 2 as on python 3.10 there is a pytables which is ok with it"numpy>=1.19",
"pandas>=1.0,!=1.2", # not 1.2 because of https://github.com/pandas-dev/pandas/issues/39872
"tfs-pandas>=3.8",
"tfs-pandas>=3.0.2",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 9736ff2

Please sign in to comment.