Skip to content

Commit

Permalink
Update dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Sep 12, 2024
1 parent 105e920 commit 914c30a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
matrix:
include:
- os: "ubuntu-latest"
python-version: '3.8' # first supported
python-version: '3.9' # first supported
- os: "windows-latest"
python-version: '3.8' # first supported
python-version: '3.9' # first supported
- os: "macos-latest"
python-version: '3.8' # first supported
python-version: '3.9' # first supported
- os: "ubuntu-latest"
python-version: '3.12' # latest supported
- os: "windows-latest"
Expand Down
6 changes: 2 additions & 4 deletions docs/env.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# To keep the RTD build as small as possible, we define a separate .yml here
# Other doc dependencies are defined in setup.cfg and installed via `pip install .[docs]`
name: docs
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- ipykernel
- nbsphinx
- python=3.12
- mock
- pillow
- sphinx<7
- sphinx_rtd_theme
- pip
- pip:
- recommonmark
- readthedocs-sphinx-ext
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ install_requires =
pyproj
pykdtree
scipy

# The usage of test_requires is discouraged, see `Dependency Management` docs
tests_require = pytest; pytest-cov
# Require a specific Python version, e.g. Python 2.7 or >= 3.4
Expand All @@ -56,6 +57,13 @@ testing =
pytest
pytest-cov

docs =
ipykernel
nbconvert
matplotlib
nbsphinx
sphinx_rtd_theme

[options.entry_points]
# Add here console scripts like:
# console_scripts =
Expand Down

0 comments on commit 914c30a

Please sign in to comment.