Skip to content

Commit

Permalink
update docs pins
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 24, 2025
1 parent 3e0b072 commit b4c7d8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ dependencies:
# - julia >=1.6.0 # Works locally, breaks remotely
# - pyjuliacall >=0.9.20
# Dev tools and testing
- pip >=24.3.1
- pip >=25.0
- black ==25.1.0
- blackdoc ==0.3.9
- bump-my-version >=0.30.1
- bump-my-version >=0.32.1
- coverage >=7.5.0
- coveralls >=4.0.1
- flake8 >=7.1.1
Expand All @@ -54,7 +54,7 @@ dependencies:
- jupyter_client
- lmoments3 >=1.0.7
- mypy >=1.14.1
- nbsphinx >=0.8.5
- nbsphinx >=0.9.5
- nbval >=0.11.0
- numpydoc >=1.8.0
- packaging >=23.0
Expand All @@ -64,7 +64,7 @@ dependencies:
- pytest-xdist >=3.2
- ruff >=0.9.0
- watchdog >=4.0.0
- sphinx >=7.1.0
- sphinx >=7.1.0,<8.2.0
- sphinx-autoapi
- sphinx-codeautolink >=0.16.2
- sphinx-copybutton
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dev = [
# Dev tools and testing
"black ==25.1.0",
"blackdoc ==0.3.9",
"bump-my-version >=0.30.1",
"bump-my-version >=0.32.1",
"coverage >=7.5.0",
"flake8 >=7.1.1",
"flake8-rst-docstrings >=0.3.0",
Expand All @@ -97,9 +97,9 @@ docs = [
"ipykernel",
"ipython >=8.5.0",
"jupyter_client",
"nbsphinx >=0.8.5",
"nbsphinx >=0.9.5",
"nbval",
"sphinx >=7.1.0",
"sphinx >=7.1.0,<8.2.0",
"sphinx-autoapi",
"sphinx-codeautolink >=0.16.2",
"sphinx-copybutton",
Expand Down

0 comments on commit b4c7d8d

Please sign in to comment.