ketannnn commited on
Commit
e18cd3a
·
verified ·
1 Parent(s): 49860d9

Update requirements.txt

Browse files

Added requirements.txt bcz hugging face mf has problem with what is created pip freeze > requirements.txt

Files changed (1) hide show
  1. requirements.txt +19 -80
requirements.txt CHANGED
@@ -1,80 +1,19 @@
1
- altair==5.5.0
2
- annotated-doc==0.0.4
3
- annotated-types==0.7.0
4
- anyio==4.11.0
5
- appdirs==1.4.4
6
- attrs==25.4.0
7
- blinker==1.9.0
8
- cachetools==6.2.2
9
- certifi==2025.11.12
10
- charset-normalizer==3.4.4
11
- click==8.3.1
12
- cloudpickle==3.1.2
13
- colorama==0.4.6
14
- contourpy==1.3.3
15
- cycler==0.12.1
16
- distro==1.9.0
17
- dotenv==0.9.9
18
- fastapi==0.121.3
19
- fonttools==4.60.1
20
- gitdb==4.0.12
21
- GitPython==3.1.45
22
- groq==0.36.0
23
- h11==0.16.0
24
- httpcore==1.0.9
25
- httpx==0.28.1
26
- idna==3.11
27
- Jinja2==3.1.6
28
- joblib==1.5.2
29
- jsonschema==4.25.1
30
- jsonschema-specifications==2025.9.1
31
- kiwisolver==1.4.9
32
- llvmlite==0.45.1
33
- lxml==6.0.2
34
- MarkupSafe==3.0.3
35
- matplotlib==3.10.7
36
- narwhals==2.12.0
37
- numba==0.62.1
38
- numpy==2.3.5
39
- packaging==25.0
40
- pandas==2.3.3
41
- pillow==12.0.0
42
- plotly==6.5.0
43
- protobuf==6.33.1
44
- pyarrow==21.0.0
45
- pydantic==2.12.4
46
- pydantic_core==2.41.5
47
- pydeck==0.9.1
48
- pyparsing==3.2.5
49
- pyshark==0.6
50
- python-dateutil==2.9.0.post0
51
- python-dotenv==1.2.1
52
- python-multipart==0.0.20
53
- pytz==2025.2
54
- referencing==0.37.0
55
- reportlab==4.4.5
56
- requests==2.32.5
57
- rpds-py==0.29.0
58
- scikit-learn==1.7.2
59
- scipy==1.16.3
60
- shap==0.50.0
61
- six==1.17.0
62
- slicer==0.0.8
63
- smmap==5.0.2
64
- sniffio==1.3.1
65
- starlette==0.50.0
66
- streamlit==1.51.0
67
- tenacity==9.1.2
68
- termcolor==3.2.0
69
- threadpoolctl==3.6.0
70
- toml==0.10.2
71
- tornado==6.5.2
72
- tqdm==4.67.1
73
- typing-inspection==0.4.2
74
- typing_extensions==4.15.0
75
- tzdata==2025.2
76
- unicorn==2.1.4
77
- urllib3==2.5.0
78
- uvicorn==0.38.0
79
- watchdog==6.0.0
80
- xgboost==3.1.2
 
1
+ fastapi
2
+ uvicorn
3
+ python-dotenv
4
+ pandas
5
+ numpy
6
+ xgboost
7
+ scikit-learn
8
+ plotly
9
+ requests
10
+ groq
11
+ reportlab
12
+ matplotlib
13
+ graphviz
14
+ python-multipart
15
+ pydantic
16
+ pyshark
17
+ watchdog
18
+ jinja2
19
+ httpx