Skip to content

Commit

Permalink
revert to master
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Sep 10, 2021
1 parent 11ad3ac commit 82a79f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
7 changes: 1 addition & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ channels:
dependencies:
- pip
- python=3.7 # >=3.6,<3.8
#- pywps>=4.4.5
- owslib
- lxml
- werkzeug
- markupsafe
# end pywps
- pywps>=4.4.5,<4.5
- jinja2
- click
- psutil
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#pywps>=4.5.0
pywps @ git+https://github.com/geopython/pywps.git#egg=pywps
pywps>=4.4.5,<4.5
jinja2
click
psutil
Expand Down
2 changes: 1 addition & 1 deletion rook/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
PROVONE_EXECUTION = PROVONE["Execution"]

# dcterms namespace
DCTERMS = Namespace("dcterms", uri="http://purl.org/dc/terms/")
DCTERMS = Namespace("dct", uri="http://purl.org/dc/terms/")
DCTERMS_SOURCE = DCTERMS["source"]

# roocs namespace
Expand Down
4 changes: 2 additions & 2 deletions spec-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ https://conda.anaconda.org/conda-forge/noarch/xarray-0.19.0-pyhd8ed1ab_1.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/cf_xarray-0.6.0-pyh6c4a22f_0.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/dask-2021.6.2-pyhd8ed1ab_0.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/esmpy-8.1.1-nompi_py37hff16fce_0.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/fiona-1.8.20-py37hb7e2723_1.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/fiona-1.8.20-py37hc1d69b0_1.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/graphviz-2.48.0-h85b4f2f_0.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/networkx-2.6.2-pyhd8ed1ab_0.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/pytest-6.2.4-py37h89c1867_0.tar.bz2
Expand All @@ -246,5 +246,5 @@ https://conda.anaconda.org/conda-forge/linux-64/rdflib-6.0.0-py37h89c1867_0.tar.
https://conda.anaconda.org/conda-forge/noarch/sphinx-4.1.2-pyh6c4a22f_1.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/clisops-0.6.5-pyh6c4a22f_0.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/prov-2.0.0-pyhd3deb0d_0.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/pywps-4.5.0-pyh6c4a22f_0.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/pywps-4.4.5-pyh6c4a22f_0.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/daops-0.6.0-pyh6c4a22f_0.tar.bz2

0 comments on commit 82a79f7

Please sign in to comment.