Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 12, 2024
1 parent 7f47f0f commit 2ca8b81
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
11 changes: 10 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@ channels:
dependencies:
- pip
- python>=3.8,<3.12
- pywps>=4.5.1,<4.6
- pywps>=4.5.2,<4.7
- jinja2
- click
- psutil
# tests
- pytest
# provenance
- prov>=2.0.0
- pydot
- graphviz
- rdflib
- rdflib-sqlalchemy
- sqlalchemy<2
- pandas
- pyyaml
10 changes: 9 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
click
jinja2
psutil
pywps>=4.5.1,<4.6
pywps>=4.5.2,<4.7
# provenance
prov>=2.0.0
pydot
rdflib
rdflib-sqlalchemy
sqlalchemy<2
pandas
pyyaml

0 comments on commit 2ca8b81

Please sign in to comment.