Skip to content

Commit be7f2fc

Browse files
committed
Up requirements
1 parent 9f2b36a commit be7f2fc

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

ci/requirements-dev.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ dependencies:
88
- scipy
99

1010
- boost-histogram >= 1.4.1
11-
- dask-histogram >= 2024.3
1211

1312
- xarray >= 2024.5
1413
- dask >= 2024.5
1514

16-
- sphinx
17-
- sphinx-book-theme
15+
- sphinx == 8.2.*
16+
- sphinx-book-theme == 1.1.*
1817
- nbpshinx
1918

2019
- ruff

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
sphinx==6.2.*
3-
sphinx-book-theme==1.0.*
2+
sphinx==8.2.*
3+
sphinx-book-theme==1.1.*
44
nbsphinx
55

66
numpy>=1.26

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,21 @@ full = [
4343
dev = [
4444
'dask',
4545
'scipy',
46-
'sphinx==6.2.1',
47-
'sphinx-book-theme==1.0.1',
46+
'sphinx',
47+
'sphinx-book-theme',
4848
'ruff',
4949
'mypy>=1.5',
5050
'pytest>=7.4',
5151
'coverage',
5252
'pytest-cov'
5353
]
54+
tests = [
55+
'dask',
56+
'scipy',
57+
'pytest>=7.4',
58+
'coverage',
59+
'pytest-cov'
60+
]
5461

5562
[project.urls]
5663
'Source' = 'https://github.com/Descanonge/xarray-histogram'

0 commit comments

Comments
 (0)