Spaces:
Running
Running
clement-bonnet
commited on
Commit
•
583dd45
1
Parent(s):
d6614dc
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
jax==0.4.26
|
3 |
+
jaxlib==0.4.26
|
4 |
+
matplotlib==3.9.0
|
5 |
+
chex==0.1.86
|
6 |
+
flax==0.8.4
|
7 |
+
wandb==0.17.3
|
8 |
+
tqdm==4.66.4
|
9 |
+
optax==0.2.2
|
10 |
+
hydra-core==1.3.2
|
11 |
+
omegaconf==2.3.0
|
12 |
+
scikit-learn==1.5.1
|
13 |
+
seaborn==0.13.2
|
14 |
+
huggingface_hub==0.24.6
|
15 |
+
networkx==3.3
|
16 |
+
torch==2.4.1
|