Spaces:
Runtime error
Runtime error
SagarBapodara
commited on
Commit
•
9264801
1
Parent(s):
8415ca7
Created requirements.txt
Browse files- requirements.txt +22 -0
requirements.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
beautifulsoup4==4.10.0
|
2 |
+
ipython==7.30.1
|
3 |
+
matplotlib==3.7.1
|
4 |
+
matplotlib-inline==0.1.6
|
5 |
+
numpy==1.21.5
|
6 |
+
packaging==21.3
|
7 |
+
pandas==1.3.5
|
8 |
+
pandocfilters==1.5.0
|
9 |
+
parso==0.8.3
|
10 |
+
pickleshare==0.7.5
|
11 |
+
Pillow==8.4.0
|
12 |
+
pipreqs==0.4.11
|
13 |
+
python-dateutil==2.8.2
|
14 |
+
requests==2.26.0
|
15 |
+
soupsieve==2.3.1
|
16 |
+
scikit-learn==1.2.2
|
17 |
+
streamlit==1.3.1
|
18 |
+
testpath==0.5.0
|
19 |
+
urllib3==1.26.7
|
20 |
+
xgboost==1.7.4
|
21 |
+
validators==0.18.2
|
22 |
+
virtualenv==20.13.0
|