Skip to content

Commit

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

dependencies = [
"numpy>=1.19",
"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",
"pandas>=1.0,!=1.2", # not 1.2 because of https://github.com/pandas-dev/pandas/issues/39872
"tfs-pandas>=3.0.2",
"tfs-pandas>=3.8",
]

[project.optional-dependencies]
Expand Down

0 comments on commit dbfd9f4

Please sign in to comment.