Spaces:
Sleeping
Sleeping
Livia_Zaharia
commited on
Commit
·
97abcc1
1
Parent(s):
b4ac05d
requirements and enviorments modified
Browse files- environment.yaml +1 -10
- requirements.txt +12 -0
environment.yaml
CHANGED
@@ -8,19 +8,10 @@ dependencies:
|
|
8 |
- seaborn
|
9 |
- pytorch
|
10 |
- optuna
|
11 |
-
- numpy<2.0.0
|
12 |
- tensorboard
|
13 |
- pip:
|
14 |
-
-
|
15 |
-
- uvicorn
|
16 |
-
- thefuzz
|
17 |
-
- pycomfort>=0.0.15
|
18 |
-
- polars>=1.3.0
|
19 |
-
- hybrid_search>=0.0.15
|
20 |
- psutil #compartibility
|
21 |
-
- httpx
|
22 |
-
- just-agents>=0.1.0
|
23 |
-
- FlagEmbedding
|
24 |
- typer
|
25 |
- darts==0.29.0
|
26 |
- pmdarima==2.0.4
|
|
|
8 |
- seaborn
|
9 |
- pytorch
|
10 |
- optuna
|
|
|
11 |
- tensorboard
|
12 |
- pip:
|
13 |
+
- pandas
|
|
|
|
|
|
|
|
|
|
|
14 |
- psutil #compartibility
|
|
|
|
|
|
|
15 |
- typer
|
16 |
- darts==0.29.0
|
17 |
- pmdarima==2.0.4
|
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
seaborn
|
3 |
+
torch
|
4 |
+
optuna
|
5 |
+
numpy==1.26.4
|
6 |
+
tensorboard
|
7 |
+
pandas
|
8 |
+
psutil
|
9 |
+
typer
|
10 |
+
darts==0.29.0
|
11 |
+
pmdarima==2.0.4
|
12 |
+
peft
|