Skip to content

Commit

Permalink
Merge branch 'edit-yml-runoff' into 'main'
Browse files Browse the repository at this point in the history
Edit yml and clear runoff outputs

See merge request water/computational-tools/surface-water-work/hyswap!96
  • Loading branch information
ehinman committed Oct 22, 2024
2 parents b8cc398 + 03aa3b5 commit 809a9b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: hyswap-dev-environment
channels:
- conda-forge
dependencies:
- python<3.13
- numpy
- pandas
- scipy
Expand All @@ -14,7 +15,7 @@ dependencies:
- matplotlib
- folium
- mapclassify
- pynhd
- pynhd>=0.18.0
- tqdm
- pydeps==1.12.3
- pip
Expand Down
8 changes: 4 additions & 4 deletions example_notebooks/regional_runoff_calculations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -80,7 +80,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -511,7 +511,7 @@
"formats": "ipynb,qmd"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "hyswap-dev-environment",
"language": "python",
"name": "python3"
},
Expand All @@ -525,7 +525,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 809a9b9

Please sign in to comment.