reqs
Browse files- pipreqs_requirements.txt +8 -3
- requirements.txt +2 -3
- unpinned_requirements.txt +4 -3
pipreqs_requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.22.0
|
2 |
+
joblib==1.3.2
|
3 |
+
matplotlib==3.8.3
|
4 |
+
numpy==1.26.4
|
5 |
+
pandas==2.2.1
|
6 |
+
pydantic==2.6.4
|
7 |
+
scikit_learn==1.4.1.post1
|
8 |
+
scipy==1.12.0
|
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
scikit-learn
|
2 |
pandas
|
3 |
pydantic
|
4 |
-
gradio
|
5 |
-
# cloudpickle # import cloudpickle as pickle
|
|
|
1 |
+
scikit-learn
|
2 |
pandas
|
3 |
pydantic
|
4 |
+
gradio
|
|
unpinned_requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
1 |
+
scikit-learn # ==1.2.1 (technically 1.0.1 for zenodo snapshot, but issue with build, but unpinned for hgbr, which is separate from the Zenodo models (same CSV dataset though))
|
2 |
+
pandas
|
3 |
+
pydantic
|
4 |
+
gradio
|