pin pydantic version
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
gradio==
|
|
|
2 |
matplotlib
|
3 |
netCDF4
|
4 |
huggingface_hub
|
|
|
1 |
+
gradio==5.32.1
|
2 |
+
pydantic==2.10.6
|
3 |
matplotlib
|
4 |
netCDF4
|
5 |
huggingface_hub
|