Skip to content

Commit

Permalink
dependency adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Sep 26, 2024
1 parent 0516ed1 commit 1aa3ad5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install docs requirements 📦
- name: Install dev requirements 📦
run: |
python -m pip install -r requirements_docs.txt
python -m pip install -r requirements_dev.txt
- name: Build Docs 📚
run: |
make docs
6 changes: 3 additions & 3 deletions environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.7
- pywps>=4.4
- sphinx
- python >=3.9,<3.10
- pywps >=4.5.2,<4.7
- sphinx >=7.0.0
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
- conda-forge
- defaults
dependencies:
- pip
- python >=3.9
- pywps >=4.5.2,<4.7
- jinja2
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bumpversion
twine
cruft
# Changing dependencies above this comment will create merge conflicts when updating the cookiecutter template with cruft. Add extra requirements below this line.
black
pre-commit
black>=24.8.0
pre-commit>=3.5.0
GitPython>=3.1.12
beautifulsoup4
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Atmospheric Science",
"License :: OSI Approved :: Apache Software License",
]
Expand Down

0 comments on commit 1aa3ad5

Please sign in to comment.