Skip to content

Commit

Permalink
Update installation requirements (#7)
Browse files Browse the repository at this point in the history
* update requirements

* update spec

* update env
  • Loading branch information
cehbrecht committed Feb 14, 2024
1 parent 5ae00e8 commit d5645ab
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 132 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand All @@ -32,8 +32,8 @@ jobs:
run: make test
- name: Lint with flake8 ⚙️
run: make lint
if: matrix.python-version == 3.8
if: matrix.python-version == 3.10
- name: Build docs 🏗️
run: make docs
if: matrix.python-version == 3.8
if: matrix.python-version == 3.10

4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
- defaults
dependencies:
- pip
- python>=3.7,<3.10
- pywps>=4.5.1,<4.6
- python>=3.10
- pywps>=4.5.2,<4.7
- 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 @@
click
jinja2
psutil
pywps>=4.5.1,<4.6
pywps>=4.5.2,<4.7
Loading

0 comments on commit d5645ab

Please sign in to comment.