sgbaird commited on
Commit
b8fce21
·
1 Parent(s): 0f34165
pipreqs_requirements.txt CHANGED
@@ -1,3 +1,8 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:48299b4ec8d9e00e1b8321438da8884bfed18713a49d2c86b62b3e3a6b7e8e1b
3
- size 131
 
 
 
 
 
 
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==1.0.1
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
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:012559aff32cd8f7883f3724225781b303c02c6a4f21a59eb33a0ba804ff295a
3
- size 107
 
 
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