Skip to content

Commit

Permalink
update pywps 4.4.0 (#120)
Browse files Browse the repository at this point in the history
* update pywps 4.4.0

* update changes
  • Loading branch information
cehbrecht committed Feb 15, 2021
1 parent 59401af commit ee48730
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changes

Unreleased
==========

* Updated PyWPS 4.4.0 (#120).
* ``apply_fixes`` and ``original_files`` option added for WPS processes and the ``Operator`` class.
* ``director`` module added. This makes decisions on what is returned - NetCDF files or original file URLs.
* ``python-dateutil>=2.8.1`` added as a new dependency.
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- pip
- python=3.7 # >=3.6,<3.8
# - pywps>=4.2.9,<4.3
- pywps>=4.4.0,<4.5
- jinja2
- click
- psutil
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pywps>=4.2.10,<4.3
pywps>=4.4.0,<4.5
jinja2
click
psutil
Expand Down

0 comments on commit ee48730

Please sign in to comment.