Skip to content

Commit 652dc93

Browse files
Merge pull request #59 from webis-de/janheinrichmerker-patch-2
Downgrade numpy due to incompatibility
2 parents a9b3cd6 + d0a7f0c commit 652dc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"joblib~=1.0",
3535
"lz4~=4.0",
3636
"nltk~=3.6",
37-
"numpy>=1.21,<3.0",
37+
"numpy>=1.21,<2.0",
3838
"pandas>=1.3,<3.0",
3939
"pymagnitude~=0.1.143",
4040
"requests~=2.26",

0 commit comments

Comments
 (0)