Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
numpy>=1.22.0
|
| 3 |
+
xarray>=2023.1.0
|
| 4 |
+
matplotlib>=3.5.0
|
| 5 |
+
scipy>=1.7.0
|
| 6 |
+
shapely>=2.0.0
|
| 7 |
+
cartopy>=0.20.0
|
| 8 |
+
jax>=0.4.6
|
| 9 |
+
jaxlib>=0.4.6
|
| 10 |
+
dm-haiku>=0.0.9
|
| 11 |
+
optax>=0.1.4
|
| 12 |
+
google-cloud-storage>=2.7.0
|
| 13 |
+
ipywidgets>=7.0.0
|
| 14 |
+
Pillow>=9.0.0
|
| 15 |
+
git+https://github.com/deepmind/graphcast.git
|