Skip to content

Commit

Permalink
update optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Jan 17, 2025
1 parent 75c8e1c commit a413d7e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,14 @@ jobs:
pastas-version: "git+https://github.com/pastas/pastas.git@v0.23.1"
- python-version: "3.12"
pastas-version: "git+https://github.com/pastas/pastas.git@v1.0.1"

- python-version: "3.13"
pastas-version: "git+https://github.com/pastas/pastas.git@v0.22.0"
- python-version: "3.13"
pastas-version: "git+https://github.com/pastas/pastas.git@v0.23.1"
- python-version: "3.13"
pastas-version: "git++https://github.com/pastas/pastas.git@v1.0.1"
- python-version: "3.13"
pastas-version: "git+https://github.com/pastas/pastas.git@v1.6.0"
steps:
- uses: actions/checkout@v4

Expand Down
16 changes: 4 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ extensions = ["hydropandas"]
optional = ["contextily", "pyproj", "adjustText"]
arcticdb = ["arcticdb"]
lint = ["ruff"]
test = [
"pastastore[arcticdb,lint,optional]",
"hydropandas[full]",
pytest = [
"coverage",
"codecov",
"pytest",
Expand All @@ -60,16 +58,10 @@ test = [
"pytest-benchmark",
"codacy-coverage",
]
test_py312 = [
"pastastore[lint,optional]", # no arcticdb
test = ["pastastore[arcticdb,lint,optional,pytest]", "hydropandas[full]"]
test_noarctic = [
"pastastore[lint,optional,pytest]", # no arcticdb
"hydropandas[full]",
"coverage",
"codecov",
"pytest",
"pytest-cov",
"pytest-dependency",
"pytest-benchmark",
"codacy-coverage",
]
docs = [
"pastastore[optional]",
Expand Down

0 comments on commit a413d7e

Please sign in to comment.