Skip to content

Commit 1d5be25

Browse files
authored
Remove numpy version constraint in test requirements (#3264)
1 parent c62a1ea commit 1d5be25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# networkx library issue: https://discuss.pytorch.org/t/installing-pytorch-under-python-3-8-question-about-networkx-version/196740
33
expecttest==0.1.6
44
networkx==2.8.8
5-
numpy<2.0.0
5+
numpy
66
parameterized>=0.2.0
77
pytest>=8.2.1
88
pytest-xdist>=3.6.1

0 commit comments

Comments
 (0)