Skip to content

Commit

Permalink
Merge pull request #225 from bird-house/requirements_fixes
Browse files Browse the repository at this point in the history
Add `packaging` to requirements
  • Loading branch information
Zeitsperre authored May 3, 2023
2 parents a35a47d + 3c38964 commit 2dda60e
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 30 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change History
**************

0.8.3 (2023-05-03)
==================

Changes:

* Added the `packaging` library to the list of requirements.

0.8.2 (2023-04-28)
==================

Expand Down
2 changes: 1 addition & 1 deletion environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ channels:
- conda-forge
- defaults
dependencies:
- sphinx
- ipython
- nbsphinx
- sphinx
19 changes: 10 additions & 9 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@ channels:
dependencies:
- pip
#- openssl
- lxml
- owslib>=0.19
- boltons
- click
- funcsigs
- jinja2
- lxml
- owslib>=0.19
- packaging
- wrapt
- funcsigs
- boltons
# optional
- netcdf4
- xarray
# tests
- flake8>=3.8.4
- nbval
- pytest
- pytest-notebook
- nbval
- flake8>=3.8.4
# sphinx for rtd
- pandoc
- ipykernel
- sphinx
- nbsphinx
- nbconvert
- nbsphinx
- pandoc
- sphinx
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
boltons
click
funcsigs
jinja2
lxml
owslib>=0.19.2
packaging
python-dateutil>=2.8.1
requests>=2.0
wrapt
funcsigs
boltons
requests
python-dateutil
24 changes: 12 additions & 12 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
pip>=20.0
black>=20.8b1
bumpversion>=0.5.3
wheel>=0.32.1
twine>=1.12.1
watchdog>=0.9.0
flake8>=3.8.4
tox>=3.5.2
coverage>=4.5.1
pre-commit>=2.7.1
black>=20.8b1
Sphinx>=1.8.1
nbsphinx>=0.7.0
flake8>=3.8.4
ipykernel
nbconvert
nbsphinx>=0.7.0
nbval>=0.9.6
pandoc
pytest>=3.8.2
pip>=20.0
pre-commit>=2.7.1
pytest-runner>=4.2
nbval>=0.9.6
pytest>=3.8.2
sphinx>=1.8.1
tox>=3.5.2
twine>=1.12.1
watchdog>=0.9.0
wheel>=0.32.1
8 changes: 4 additions & 4 deletions requirements_extra.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
netCDF4
fiona
geojson
ipyleaflet
ipywidgets
ipython
geojson
ipywidgets
netCDF4
pymetalink
fiona
rasterio
rioxarray

0 comments on commit 2dda60e

Please sign in to comment.