Skip to content

Commit 43abfea

Browse files
committed
Support numpy 2 in requirements.txt
Signed-off-by: methylDragon <[email protected]>
1 parent e2d531b commit 43abfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
absl-py>=1.2.0
2-
numpy~=1.23.0
2+
numpy>=1.23.0
33
six~=1.14
44
scipy
55
enum34~=1.1

0 commit comments

Comments
 (0)