Skip to content

Commit f48bbf7

Browse files
fix: set temporary upper bound for numpy version to avoid breaking until dependecies have caught up. See issue 1305
1 parent c234692 commit f48bbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ install_requires =
6060
future
6161
httpx ~=0.14
6262
importlib_resources
63-
numpy ~=1.13
63+
numpy >=1.13,<1.24
6464
optlang ~=1.5
6565
pandas ~=1.0
6666
pydantic ~=1.6

0 commit comments

Comments
 (0)