Skip to content

Commit

Permalink
edit yml and clear all outputs from runoff notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ehinman committed Oct 18, 2024
1 parent b8cc398 commit 2a6cb9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 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
22 changes: 11 additions & 11 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": 2,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -80,7 +80,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -149,7 +149,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -222,7 +222,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -286,7 +286,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 12,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -322,7 +322,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -386,7 +386,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 16,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -411,7 +411,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 17,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -444,7 +444,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 18,
"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 2a6cb9a

Please sign in to comment.