Skip to content

Commit

Permalink
Update dependencies to latest versions (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
taruma authored Apr 17, 2024
1 parent 0266922 commit cf7d2cf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 25 deletions.
22 changes: 11 additions & 11 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: hidrokit-rainfall
name: rainfall-dev
channels:
- conda-forge
- defaults
dependencies:
- python=3.9.13
- pandas=1.5.1
- dash=2.7.0
- dash-bootstrap-components=1.2.1
- plotly=5.11.0
- statsmodels=0.13.5
- python-box=6.1.0
- pyyaml=6.0
- python>=3.11
- pandas>=2.2
- dash>=2.16
- dash-bootstrap-components>=1.6
- dash-bootstrap-templates>=1.1
- plotly>=5.19
- statsmodels>=0.14
- python-box>=7.1
- pyyaml>=6.0
- pip
- pip:
- dash-bootstrap-templates==1.0.7
- hidrokit==0.4.1
- hidrokit==0.5
24 changes: 11 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# PYTHON 3.9.13
# PYTHON 3.11

# available in conda-forge
pandas==1.5.1
dash==2.7.0
dash-bootstrap-components==1.2.1
plotly==5.11.0
python-box==6.1.0
pyyaml==6.0
statsmodels==0.13.5

# pip exclusive (available in conda with different name)
dash>=2.16
pandas>=2.2
dash-bootstrap-components>=1.6
dash-bootstrap-templates>=1.1
plotly>=5.19
python-box>=7.1
pyyaml>=6.0
statsmodels>=0.14

# pip only
dash-bootstrap-templates==1.0.7
hidrokit==0.4.1
hidrokit==0.5

# server only
gunicorn==20.1.0
gunicorn>=21.2
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.13
python-3.11.9

0 comments on commit cf7d2cf

Please sign in to comment.