Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
1faa2d4
1
Parent(s):
622c1b9
Fix pandas version lower bound
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
sympy
|
2 |
-
pandas
|
3 |
numpy
|
4 |
scikit_learn>=1.0.0
|
5 |
julia>=0.6.0
|
|
|
1 |
sympy
|
2 |
+
pandas>=0.21.0
|
3 |
numpy
|
4 |
scikit_learn>=1.0.0
|
5 |
julia>=0.6.0
|