Skip to content

Commit 4662e45

Browse files
committed
tox -e deps
1 parent de3efbf commit 4662e45

File tree

10 files changed

+30
-23
lines changed

10 files changed

+30
-23
lines changed

requirements/base.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# will not be touched by ``make_base.py``
33
# --- END OF CUSTOM SECTION ---
44
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
5-
dask
5+
dask>=2022.1.0
66
python-dateutil
77
graphviz
8-
plopp
9-
orsopy
8+
plopp>=24.7.0
9+
orsopy>=1.2
1010
sciline>=24.6.0
1111
scipp>=24.09.1
12-
scippneutron>=24.7.0
12+
scippneutron>=24.10.0
1313
scippnexus>=24.9.1
14-
essreduce
15-
pandas
14+
essreduce>=25.4.0
15+
pandas>=2.1.2

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:e1f1193e2c78c1dda6ffc784197fb6babbad9245
1+
# SHA1:130d28f27af16c0c6e122d19bb76f37750334d26
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:
@@ -77,7 +77,7 @@ partd==1.4.2
7777
# via dask
7878
pillow==11.3.0
7979
# via matplotlib
80-
plopp==25.7.0
80+
plopp==25.7.1
8181
# via
8282
# -r base.in
8383
# scippneutron

requirements/basetest.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# will not be touched by ``make_base.py``
88
# --- END OF CUSTOM SECTION ---
99
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
10-
pytest
11-
pooch
10+
pytest>=7.0
11+
pooch>=1.5

requirements/basetest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:54ed0e3deb2d458e91bae14067e84eaad659f5fd
1+
# SHA1:ca39ad2dd07c303d616b3b63afee59b3c41e83fe
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ charset-normalizer==3.4.2
1515
# via requests
1616
colorama==0.4.6
1717
# via tox
18-
distlib==0.3.9
18+
distlib==0.4.0
1919
# via virtualenv
2020
filelock==3.18.0
2121
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ json5==0.12.0
4848
# via jupyterlab-server
4949
jsonpointer==3.0.0
5050
# via jsonschema
51-
jsonschema[format-nongpl]==4.24.0
51+
jsonschema[format-nongpl]==4.24.1
5252
# via
5353
# jupyter-events
5454
# jupyterlab-server

requirements/docs.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:115367bb8120d51de5386764a1bfb682e35fb591
1+
# SHA1:f9a72007a97d079a7753508dd281cc73be31c115
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:
@@ -16,6 +16,8 @@ attrs==25.3.0
1616
# via
1717
# jsonschema
1818
# referencing
19+
autodoc-pydantic==2.2.0
20+
# via -r docs.in
1921
babel==2.17.0
2022
# via
2123
# pydata-sphinx-theme
@@ -89,7 +91,7 @@ jinja2==3.1.6
8991
# nbconvert
9092
# nbsphinx
9193
# sphinx
92-
jsonschema==4.24.0
94+
jsonschema==4.24.1
9395
# via nbformat
9496
jsonschema-specifications==2025.4.1
9597
# via jsonschema
@@ -171,6 +173,8 @@ pybtex==0.25.1
171173
# sphinxcontrib-bibtex
172174
pybtex-docutils==1.0.3
173175
# via sphinxcontrib-bibtex
176+
pydantic-settings==2.10.1
177+
# via autodoc-pydantic
174178
pydata-sphinx-theme==0.16.1
175179
# via -r docs.in
176180
pygments==2.19.2
@@ -180,6 +184,8 @@ pygments==2.19.2
180184
# nbconvert
181185
# pydata-sphinx-theme
182186
# sphinx
187+
python-dotenv==1.1.1
188+
# via pydantic-settings
183189
pyzmq==27.0.0
184190
# via
185191
# ipykernel
@@ -203,6 +209,7 @@ soupsieve==2.7
203209
sphinx==8.1.3
204210
# via
205211
# -r docs.in
212+
# autodoc-pydantic
206213
# myst-parser
207214
# nbsphinx
208215
# pydata-sphinx-theme

requirements/nightly.in

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

22
# --- END OF CUSTOM SECTION ---
33
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
4-
dask
4+
dask>=2022.1.0
55
python-dateutil
66
graphviz
7-
orsopy
8-
essreduce
9-
pandas
10-
pytest
11-
pooch
7+
orsopy>=1.2
8+
essreduce>=25.4.0
9+
pandas>=2.1.2
10+
pytest>=7.0
11+
pooch>=1.5
1212
plopp @ git+https://github.com/scipp/plopp@main
1313
sciline @ git+https://github.com/scipp/sciline@main
1414
scippneutron @ git+https://github.com/scipp/scippneutron@main

requirements/nightly.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:1d5357c0111d56b227d417d6b9ca1c0de673c437
1+
# SHA1:a521e061e365845bc9f865de42e02ae8ce9489b1
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:

requirements/static.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
cfgv==3.4.0
99
# via pre-commit
10-
distlib==0.3.9
10+
distlib==0.4.0
1111
# via virtualenv
1212
filelock==3.18.0
1313
# via virtualenv

0 commit comments

Comments
 (0)