sankar12345 commited on
Commit
66afa56
1 Parent(s): 39a8a70

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +51 -11
requirements.txt CHANGED
@@ -1,11 +1,51 @@
1
- pandas==1.3.5
2
- numpy==1.21.6
3
- scipy==1.8.1
4
- torch==1.12.1
5
- transformers==4.22.2
6
- Cython==0.29.33
7
- scikit-learn==1.0.2
8
- streamlit==1.12.0
9
-
10
-
11
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.4.1
2
+ attrs==24.2.0
3
+ blinker==1.8.2
4
+ cachetools==5.5.0
5
+ certifi==2024.8.30
6
+ charset-normalizer==3.4.0
7
+ click==8.1.7
8
+ gitdb==4.0.11
9
+ GitPython==3.1.43
10
+ idna==3.10
11
+ Jinja2==3.1.4
12
+ joblib==1.4.2
13
+ jsonschema==4.23.0
14
+ jsonschema-specifications==2024.10.1
15
+ markdown-it-py==3.0.0
16
+ MarkupSafe==3.0.2
17
+ mdurl==0.1.2
18
+ mkl_fft==1.3.10
19
+ mkl_random==1.2.7
20
+ mkl-service==2.4.0
21
+ narwhals==1.12.1
22
+ numpy==1.26.4
23
+ packaging==24.1
24
+ pandas==2.2.3
25
+ pillow==10.4.0
26
+ pip==24.2
27
+ protobuf==5.28.3
28
+ pyarrow==18.0.0
29
+ pydeck==0.9.1
30
+ Pygments==2.18.0
31
+ python-dateutil==2.9.0.post0
32
+ pytz==2024.2
33
+ referencing==0.35.1
34
+ requests==2.32.3
35
+ rich==13.9.4
36
+ rpds-py==0.20.1
37
+ scikit-learn==1.2.2
38
+ scipy==1.13.1
39
+ setuptools==75.1.0
40
+ six==1.16.0
41
+ smmap==5.0.1
42
+ streamlit==1.39.0
43
+ tenacity==9.0.0
44
+ threadpoolctl==3.5.0
45
+ toml==0.10.2
46
+ tornado==6.4.1
47
+ typing_extensions==4.12.2
48
+ tzdata==2024.2
49
+ urllib3==2.2.3
50
+ watchdog==5.0.3
51
+ wheel==0.44.0