Skip to content

Commit

Permalink
Merge pull request #220 from jmccreight/bugfix_v0.2.1
Browse files Browse the repository at this point in the history
Bugfix v0.2.1
  • Loading branch information
jmccreight authored Jul 20, 2023
2 parents 2c0f9fb + 96d34d3 commit d138f23
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
4 changes: 3 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!-- Feel free to remove check-list items aren't relevant to your change -->

- [ ] Closes #xxxx
- [ ] Tests and/or performance benchmarks added
- [ ] Tests added
- [ ] Performance benchmarks added
- [ ] Performance regression benchmarks run
- [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst`
- [ ] New functions/methods are listed in `api.rst` or it's sub rsts?
12 changes: 6 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pywatershed
name: pws
channels:
- conda-forge
- nodefaults
Expand All @@ -11,12 +11,11 @@ dependencies:
- filelock
- geopandas
- geoviews
- git
- holoviews
- hvplot
- git
- ipython
- ipywidgets
- jupyter_contrib_nbextensions
- nb_conda_kernels
- nbconvert
- netCDF4
Expand All @@ -43,11 +42,12 @@ dependencies:
- tqdm
- xarray>=2023.05.0
- pip:
- click != 8.1.0
- asv
- black
- click != 8.1.0
- isort
- flake8
- jupyter_black
- pylint
- git+https://github.com/modflowpy/flopy.git
- jupyter_black
- modflow-devtools
- pylint
12 changes: 6 additions & 6 deletions environment_w_jupyter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pywatershed
name: pws
channels:
- conda-forge
- nodefaults
Expand All @@ -11,13 +11,12 @@ dependencies:
- filelock
- geopandas
- geoviews
- git
- holoviews
- hvplot
- git
- ipython
- ipywidgets
- jupyter
- jupyter_contrib_nbextensions
- jupyterlab
- nb_conda_kernels
- nbconvert
Expand Down Expand Up @@ -45,11 +44,12 @@ dependencies:
- tqdm
- xarray>=2023.05.0
- pip:
- click != 8.1.0
- asv
- black
- click != 8.1.0
- isort
- flake8
- jupyter_black
- pylint
- git+https://github.com/modflowpy/flopy.git
- jupyter_black
- modflow-devtools
- pylint

0 comments on commit d138f23

Please sign in to comment.