Skip to content

Commit 46f490e

Browse files
authored
Merge pull request #156 from automl/bug/fix-numpy-version
Fix numpy version
2 parents 119bb7f + 9fcf52a commit 46f490e

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
@@ -5,7 +5,7 @@ setuptools==68.2.2
55
absl-py>=1.0.0
66
jsonlines>=3.0.0
77
pandas>=1.3.4
8-
numpy>=1.22.2
8+
numpy==1.26.4
99
matplotlib>=3.5.1
1010
seaborn>=0.13.0
1111
pyyaml>=6.0.1

0 commit comments

Comments
 (0)