Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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