Skip to content

Commit

Permalink
Restrict version of NumPy, which conflicts with the most recent relea…
Browse files Browse the repository at this point in the history
…se of PyTables
  • Loading branch information
mdickinson committed Jun 27, 2024
1 parent 369a083 commit e9559b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def get_long_description():
"importlib-resources>=1.1.0; python_version<'3.9'",
],
"h5": [
"numpy",
"numpy < 2.0",
"pandas",
"tables",
],
Expand All @@ -328,5 +328,5 @@ def get_long_description():
packages=find_packages(),
platforms=["Windows", "Linux", "Mac OS-X", "Unix", "Solaris"],
zip_safe=False,
python_requires=">=3.6",
python_requires=">=3.8",
)

0 comments on commit e9559b8

Please sign in to comment.