Skip to content

Commit cf7d2cf

Browse files
authored
Update dependencies to latest versions (#37)
1 parent 0266922 commit cf7d2cf

File tree

3 files changed

+23
-25
lines changed

3 files changed

+23
-25
lines changed

environment.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: hidrokit-rainfall
1+
name: rainfall-dev
22
channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.9.13
7-
- pandas=1.5.1
8-
- dash=2.7.0
9-
- dash-bootstrap-components=1.2.1
10-
- plotly=5.11.0
11-
- statsmodels=0.13.5
12-
- python-box=6.1.0
13-
- pyyaml=6.0
6+
- python>=3.11
7+
- pandas>=2.2
8+
- dash>=2.16
9+
- dash-bootstrap-components>=1.6
10+
- dash-bootstrap-templates>=1.1
11+
- plotly>=5.19
12+
- statsmodels>=0.14
13+
- python-box>=7.1
14+
- pyyaml>=6.0
1415
- pip
1516
- pip:
16-
- dash-bootstrap-templates==1.0.7
17-
- hidrokit==0.4.1
17+
- hidrokit==0.5

requirements.txt

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
# PYTHON 3.9.13
1+
# PYTHON 3.11
22

33
# available in conda-forge
4-
pandas==1.5.1
5-
dash==2.7.0
6-
dash-bootstrap-components==1.2.1
7-
plotly==5.11.0
8-
python-box==6.1.0
9-
pyyaml==6.0
10-
statsmodels==0.13.5
11-
12-
# pip exclusive (available in conda with different name)
4+
dash>=2.16
5+
pandas>=2.2
6+
dash-bootstrap-components>=1.6
7+
dash-bootstrap-templates>=1.1
8+
plotly>=5.19
9+
python-box>=7.1
10+
pyyaml>=6.0
11+
statsmodels>=0.14
1312

1413
# pip only
15-
dash-bootstrap-templates==1.0.7
16-
hidrokit==0.4.1
14+
hidrokit==0.5
1715

1816
# server only
19-
gunicorn==20.1.0
17+
gunicorn>=21.2

runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.9.13
1+
python-3.11.9

0 commit comments

Comments
 (0)