Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +17 -21
requirements.txt
CHANGED
@@ -1,26 +1,22 @@
|
|
1 |
# Data analytics libraries
|
2 |
-
pandas
|
3 |
-
matplotlib
|
4 |
-
numpy
|
5 |
-
seaborn
|
6 |
-
statsmodels
|
|
|
7 |
|
8 |
# Machine learning and deep learning libraries
|
9 |
-
scikit-learn
|
10 |
-
tensorflow
|
11 |
-
keras
|
12 |
-
torch
|
13 |
-
|
14 |
-
# Llm
|
15 |
-
llama-index
|
16 |
-
llama-index-llms-openai
|
17 |
-
llama-index-llms-nvidia
|
18 |
-
llama-index-llms-openai-like
|
19 |
|
20 |
# Others
|
21 |
-
tqdm
|
22 |
-
black
|
23 |
-
|
24 |
-
streamlit
|
25 |
-
plotly
|
26 |
-
pyod
|
|
|
|
1 |
# Data analytics libraries
|
2 |
+
pandas==2.2.3
|
3 |
+
matplotlib==3.10.0
|
4 |
+
numpy==2.0.2
|
5 |
+
seaborn==0.13.2
|
6 |
+
statsmodels==0.14.4
|
7 |
+
adtk==0.6.2
|
8 |
|
9 |
# Machine learning and deep learning libraries
|
10 |
+
scikit-learn==1.6.0
|
11 |
+
tensorflow==2.18.0
|
12 |
+
keras==3.7.0
|
13 |
+
torch==2.5.1
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
# Others
|
16 |
+
tqdm==4.67.1
|
17 |
+
black==24.10.0
|
18 |
+
pre_commit==4.0.1
|
19 |
+
streamlit==1.41.1
|
20 |
+
plotly==5.24.1
|
21 |
+
pyod==2.0.2
|
22 |
+
watchdog==6.0.0
|