Spaces:
Running
Running
MilesCranmer
commited on
Commit
·
8b6e05e
1
Parent(s):
06ca0e3
build: update numpy version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
sympy>=1.0.0,<2.0.0
|
2 |
pandas>=0.21.0,<3.0.0
|
3 |
-
numpy>=1.13.0,<
|
4 |
scikit_learn>=1.0.0,<2.0.0
|
5 |
juliacall==0.9.20
|
6 |
click>=7.0.0,<9.0.0
|
|
|
1 |
sympy>=1.0.0,<2.0.0
|
2 |
pandas>=0.21.0,<3.0.0
|
3 |
+
numpy>=1.13.0,<3.0.0
|
4 |
scikit_learn>=1.0.0,<2.0.0
|
5 |
juliacall==0.9.20
|
6 |
click>=7.0.0,<9.0.0
|