esocoder commited on
Commit
196ef06
1 Parent(s): c85f945

Missing libs requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +98 -9
requirements.txt CHANGED
@@ -1,12 +1,101 @@
1
- streamlit==1.37.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  matplotlib==3.9.1.post1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  pandas==2.2.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  scikit-learn==1.5.1
5
- numpy==1.23.5 # Compatible with other packages
6
- transformers==4.25.1
7
- nltk==3.8.1
8
- networkx==3.1
9
- torch==2.0.1
10
- torch-geometric==2.0.4
11
- tensorflow==2.17.0
12
- python-dotenv==1.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.3.5
2
+ aiohttp==3.10.1
3
+ aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.7.0
6
+ anyio==4.4.0
7
+ attrs==24.2.0
8
+ beautifulsoup4==4.12.3
9
+ blinker==1.8.2
10
+ bs4==0.0.2
11
+ cachetools==5.4.0
12
+ certifi==2024.7.4
13
+ charset-normalizer==3.3.2
14
+ click==8.1.7
15
+ contourpy==1.2.1
16
+ cycler==0.12.1
17
+ distro==1.9.0
18
+ filelock==3.15.4
19
+ fonttools==4.53.1
20
+ frozenlist==1.4.1
21
+ fsspec==2024.6.1
22
+ gitdb==4.0.11
23
+ GitPython==3.1.43
24
+ groq==0.9.0
25
+ h11==0.14.0
26
+ httpcore==1.0.5
27
+ httpx==0.27.0
28
+ huggingface-hub==0.24.5
29
+ idna==3.7
30
+ Jinja2==3.1.4
31
+ joblib==1.4.2
32
+ jsonschema==4.23.0
33
+ jsonschema-specifications==2023.12.1
34
+ kiwisolver==1.4.5
35
+ markdown-it-py==3.0.0
36
+ MarkupSafe==2.1.5
37
  matplotlib==3.9.1.post1
38
+ mdurl==0.1.2
39
+ mpmath==1.3.0
40
+ multidict==6.0.5
41
+ networkx==3.3
42
+ nltk==3.8.1
43
+ numpy==2.0.1
44
+ nvidia-cublas-cu12==12.1.3.1
45
+ nvidia-cuda-cupti-cu12==12.1.105
46
+ nvidia-cuda-nvrtc-cu12==12.1.105
47
+ nvidia-cuda-runtime-cu12==12.1.105
48
+ nvidia-cudnn-cu12==9.1.0.70
49
+ nvidia-cufft-cu12==11.0.2.54
50
+ nvidia-curand-cu12==10.3.2.106
51
+ nvidia-cusolver-cu12==11.4.5.107
52
+ nvidia-cusparse-cu12==12.1.0.106
53
+ nvidia-nccl-cu12==2.20.5
54
+ nvidia-nvjitlink-cu12==12.6.20
55
+ nvidia-nvtx-cu12==12.1.105
56
+ packaging==24.1
57
  pandas==2.2.2
58
+ pillow==10.4.0
59
+ pip-search==0.0.12
60
+ protobuf==5.27.3
61
+ psutil==6.0.0
62
+ pyarrow==17.0.0
63
+ pydantic==2.8.2
64
+ pydantic_core==2.20.1
65
+ pydeck==0.9.1
66
+ Pygments==2.18.0
67
+ pyparsing==3.1.2
68
+ python-dateutil==2.9.0.post0
69
+ python-dotenv==1.0.1
70
+ pytz==2024.1
71
+ PyYAML==6.0.2
72
+ referencing==0.35.1
73
+ regex==2024.7.24
74
+ requests==2.32.3
75
+ rich==13.7.1
76
+ rpds-py==0.20.0
77
+ safetensors==0.4.4
78
  scikit-learn==1.5.1
79
+ scipy==1.14.0
80
+ six==1.16.0
81
+ smmap==5.0.1
82
+ sniffio==1.3.1
83
+ soupsieve==2.5
84
+ streamlit==1.37.1
85
+ sympy==1.13.1
86
+ tenacity==8.5.0
87
+ threadpoolctl==3.5.0
88
+ tokenizers==0.19.1
89
+ toml==0.10.2
90
+ toolz==0.12.1
91
+ torch==2.4.0
92
+ torch_geometric==2.5.3
93
+ tornado==6.4.1
94
+ tqdm==4.66.5
95
+ transformers==4.44.0
96
+ triton==3.0.0
97
+ typing_extensions==4.12.2
98
+ tzdata==2024.1
99
+ urllib3==2.2.2
100
+ watchdog==4.0.1
101
+ yarl==1.9.4