Skip to content

Commit

Permalink
build: fix test, dev and doc dependencies; fix docs conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Oct 24, 2024
1 parent 913fb06 commit 670aae1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 6 additions & 8 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: urban-footprinter
name: pylandstats
channels:
- conda-forge
dependencies:
- gdal=3.6.3
- m2r2=0.3.3
- pip=23.0.1
- pip:
- pydata-sphinx-theme==0.13.3
- python=3.10
- sphinx=6.1.3
- gdal=3.9.2
- myst-nb=1.1.2
- pydata-sphinx-theme=0.16.0
- python=3.12
- sphinx=8.1.3
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ dependencies = [
Repository = "https://github.com/martibosch/pylandstats"

[project.optional-dependencies]
test = ["black", "coverage[toml]", "pytest", "pytest-cov", "python-dotenv", "ruff"]
test = ["coverage[toml]", "pytest", "pytest-cov", "ruff"]
dev = ["build", "commitizen", "nox", "pre-commit", "pip", "toml", "twine"]
doc = ["m2r2", "pydata-sphinx-theme", "sphinx"]

[tool.setuptools.packages.find]
include = ["pylandstats", "pylandstats.*"]
Expand Down

0 comments on commit 670aae1

Please sign in to comment.