Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
211aa63
1
Parent(s):
d2c9c27
Enforce upper bound compats
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
sympy
|
2 |
-
pandas>=0.21.0
|
3 |
-
numpy
|
4 |
-
scikit_learn>=1.0.0
|
5 |
-
julia>=0.6.0
|
6 |
-
click>=7.0.0
|
7 |
setuptools>=50.0.0
|
8 |
typing_extensions>=4.0.0,<5.0.0; python_version < "3.8"
|
|
|
1 |
+
sympy>=1.0.0,<2.0.0
|
2 |
+
pandas>=0.21.0,<3.0.0
|
3 |
+
numpy>=1.13.0,<2.0.0
|
4 |
+
scikit_learn>=1.0.0,<2.0.0
|
5 |
+
julia>=0.6.0,<0.7.0
|
6 |
+
click>=7.0.0,<9.0.0
|
7 |
setuptools>=50.0.0
|
8 |
typing_extensions>=4.0.0,<5.0.0; python_version < "3.8"
|