Skip to content

Commit b59e309

Browse files
committed
Restrict numpy version for now
1 parent b16db5b commit b59e309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ requires-python = ">=3.8"
3333
version = "0.18.0"
3434

3535
dependencies = [
36-
"numpy >= 1.17.3",
36+
"numpy >= 1.17.3, < 2.0.0",
3737
"requests_unixsocket",
3838
"pytz",
3939
"pyjwt",
@@ -82,4 +82,4 @@ hsstat = "h5pyd._apps.hsstat:main"
8282

8383
[tool.setuptools]
8484
packages=["h5pyd", "h5pyd._hl", "h5pyd._apps"]
85-
include-package-data = false
85+
include-package-data = false

0 commit comments

Comments
 (0)