Commit cf7d2cf 1 parent 0266922 commit cf7d2cf Copy full SHA for cf7d2cf
File tree 3 files changed +23
-25
lines changed
3 files changed +23
-25
lines changed Original file line number Diff line number Diff line change 1
- name : hidrokit- rainfall
1
+ name : rainfall-dev
2
2
channels :
3
3
- conda-forge
4
4
- defaults
5
5
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
14
15
- pip
15
16
- pip :
16
- - dash-bootstrap-templates==1.0.7
17
- - hidrokit==0.4.1
17
+ - hidrokit==0.5
Original file line number Diff line number Diff line change 1
- # PYTHON 3.9.13
1
+ # PYTHON 3.11
2
2
3
3
# 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
13
12
14
13
# pip only
15
- dash-bootstrap-templates == 1.0.7
16
- hidrokit == 0.4.1
14
+ hidrokit == 0.5
17
15
18
16
# server only
19
- gunicorn == 20.1.0
17
+ gunicorn >= 21.2
Original file line number Diff line number Diff line change 1
- python-3.9.13
1
+ python-3.11.9
You can’t perform that action at this time.
0 commit comments