We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 899bf61 + 2c3dc23 commit b174747Copy full SHA for b174747
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
types: [text]
11
files: \.(json|ipynb)$
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.7.0
+ rev: v0.7.2
14
hooks:
15
- id: ruff
16
args: [--fix, --show-fixes]
environment.yml
@@ -12,7 +12,6 @@ dependencies:
- numpy>=1.9.1
- platformdirs
- psutil
- - py>=1.4.27
- pymbolic
17
- scipy>=0.16.0
18
- tqdm
@@ -45,8 +44,8 @@ dependencies:
45
44
- ipython
46
- numpydoc
47
- nbsphinx
48
- - sphinx<6
49
- - pandoc>1.12.1,<3
+ - sphinx
+ - pandoc
50
- pydata-sphinx-theme
51
- sphinx-autobuild
52
- myst-parser
0 commit comments