euler314 commited on
Commit
76ee46f
·
verified ·
1 Parent(s): 8ce2887

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -27
requirements.txt CHANGED
@@ -1,27 +1,25 @@
1
- gradio>=5.27.0
2
- pydantic>=2.0.0,<3.0.0
3
- fastapi>=0.115.0
4
- plotly==5.22.0
5
- pandas==2.2.2
6
- numpy==1.26.4
7
- scipy==1.13.1
8
- scikit-learn==1.5.1
9
- cachetools==5.3.3
10
- tropycal==1.3
11
- pyshp==2.3.1
12
- gitpython==3.1.30
13
- requests==2.32.3
14
- matplotlib==3.8.4
15
- networkx==3.3
16
- xarray==2024.6.0
17
- shapely==2.0.4
18
- pyproj==3.6.1
19
- dash-core-components==2.0.0
20
- dash-html-components==2.0.0
21
- dash-table==5.0.0
22
- Cartopy==0.23.0
23
- statsmodels==0.14.1
24
- schedule==1.2.0
25
- kaleido
26
- scikit-learn
27
- openpyxl
 
1
+ # Gradio and core dependencies - FIXED VERSION
2
+ gradio==5.27.0
3
+ pydantic>=2.6.0,<2.11.0
4
+ fastapi>=0.115.0,<0.120.0
5
+ starlette==0.45.3
6
+
7
+ # Data processing
8
+ pandas>=1.5.0
9
+ numpy>=1.21.0
10
+ matplotlib>=3.5.0
11
+ plotly>=5.0.0
12
+ cartopy>=0.21.0
13
+
14
+ # Machine learning
15
+ scikit-learn>=1.0.0
16
+ scipy>=1.7.0
17
+ statsmodels>=0.13.0
18
+
19
+ # Weather and climate data
20
+ xarray>=0.20.0
21
+ requests>=2.28.0
22
+ tropycal>=1.0.0
23
+
24
+ # Optional: cdsapi for ERA5 data (if available)
25
+ # cdsapi>=0.5.0