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
17 changes: 17 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: hidrokit-rainfall
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
- pip
- pip:
- dash-bootstrap-templates==1.0.7
- hidrokit==0.4.1
1 change: 1 addition & 0 deletions pylayoutfunc.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from dash import html, dash_table, dcc
import dash_bootstrap_components as dbc
from pytemplate import hktemplate
Expand Down
29 changes: 18 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
dash==2.3.1
dash_bootstrap_components==1.1.0
dash_bootstrap_templates==1.0.5
numpy==1.22.3
pandas==1.4.2
plotly==5.7.0
python_box==6.0.2
requests==2.27.1
statsmodels
pyyaml
gunicorn
# PYTHON 3.9.13

# 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)

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

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