Skip to content

Commit

Permalink
patch: update env files and the whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Dec 19, 2024
1 parent 4377790 commit e373b84
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 20 deletions.
10 changes: 10 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ What's New
np.random.seed(123456)
.. _whats-new.2.0.1:

v2.0.1 (19 December 2024)
---------------------

New Features
~~~~~~~~~~~~~~~~
Corrected disclaimer on top-level README.md. Other minor fixes not to code base (CI, envs, etc).


.. _whats-new.2.0.0:

v2.0.0 (16 December 2024)
Expand Down
18 changes: 8 additions & 10 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@ name: pws
channels:
- conda-forge
- nodefaults
- pyviz
- bioconda
dependencies:
- asv
- cartopy
- click != 8.1.0
- dataretrieval
- contextily
- epiweeks
- epiweeks4cf
- filelock
- flopy
- folium
- geopandas
- geoviews
- git
- holoviews
- hvplot
- ipython
- modflow-devtools
- netCDF4
- networkx
- numpy>=2.0.0
Expand All @@ -33,20 +35,16 @@ dependencies:
- pytest-xdist
- python<3.12,>=3.10
- pyyaml
- ruff
- shapely
- sphinx
- sphinx-book-theme>=0.3.3
- sphinx-autodoc-typehints>=2.2.1
- sphinx-autosummary-accessors
- sphinx-copybutton
- tqdm
- xarray>=2024.06.0
- xmltodict
- pip:
- asv
- click != 8.1.0
- filelock
- git+https://github.com/modflowpy/flopy.git
- modflow-devtools
- git+https://github.com/jararias/mpsplines.git
- git+https://github.com/paknorton/pyPRMS.git@development
- sphinx-autodoc-typehints>=2.2.1
- ruff
18 changes: 8 additions & 10 deletions environment_w_jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: pws
channels:
- conda-forge
- nodefaults
- pyviz
- bioconda
dependencies:
- asv
- cartopy
- click != 8.1.0
- dataretrieval
- contextily
- epiweeks
- epiweeks4cf
- filelock
- flopy
- folium
- geopandas
- geoviews
Expand All @@ -25,6 +26,7 @@ dependencies:
- networkx
- numpy>=2.0.0
- numba
- modflow-devtools
- pandas>=1.4.0
- pint
- pip
Expand All @@ -37,21 +39,17 @@ dependencies:
- pytest-xdist
- python<3.12,>=3.10
- pyyaml
- ruff
- shapely
- sphinx
- sphinx-book-theme>=0.3.3
- sphinx-autodoc-typehints>=2.2.1
- sphinx-autosummary-accessors
- sphinx-copybutton
- tqdm
- xarray>=2024.06.0
- xmltodict
- pip:
- asv
- click != 8.1.0
- filelock
- git+https://github.com/modflowpy/flopy.git
- jupyter_black
- modflow-devtools
- git+https://github.com/jararias/mpsplines.git
- git+https://github.com/paknorton/pyPRMS.git@development
- sphinx-autodoc-typehints>=2.2.1
- ruff

0 comments on commit e373b84

Please sign in to comment.