Skip to content

Commit b174747

Browse files
Merge branch 'master' into fix_release_outputdt_warning
2 parents 899bf61 + 2c3dc23 commit b174747

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
types: [text]
1111
files: \.(json|ipynb)$
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.7.0
13+
rev: v0.7.2
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --show-fixes]

environment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies:
1212
- numpy>=1.9.1
1313
- platformdirs
1414
- psutil
15-
- py>=1.4.27
1615
- pymbolic
1716
- scipy>=0.16.0
1817
- tqdm
@@ -45,8 +44,8 @@ dependencies:
4544
- ipython
4645
- numpydoc
4746
- nbsphinx
48-
- sphinx<6
49-
- pandoc>1.12.1,<3
47+
- sphinx
48+
- pandoc
5049
- pydata-sphinx-theme
5150
- sphinx-autobuild
5251
- myst-parser

0 commit comments

Comments
 (0)