Skip to content

Commit 4833721

Browse files
committed
Require essreduce>=25.11.0
1 parent c547fa6 commit 4833721

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"scipp>=24.09.1", # Fixed new hist/bin API
4040
"scippneutron>=24.10.0",
4141
"scippnexus>=24.9.1",
42-
"essreduce>=25.10.2",
42+
"essreduce>=25.11.0",
4343
"pandas>=2.1.2",
4444
]
4545

requirements/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ sciline>=24.6.0
1111
scipp>=24.09.1
1212
scippneutron>=24.10.0
1313
scippnexus>=24.9.1
14-
essreduce>=25.10.2
14+
essreduce>=25.11.0
1515
pandas>=2.1.2

requirements/base.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:8d6f6741be43a1856d2a52aa2ce05d8e8110ee30
1+
# SHA1:ac5d5ed5d7ed7425eb3b92f0cfa128fe6db146b4
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:
@@ -9,7 +9,7 @@ annotated-types==0.7.0
99
# via pydantic
1010
click==8.3.0
1111
# via dask
12-
cloudpickle==3.1.1
12+
cloudpickle==3.1.2
1313
# via dask
1414
contourpy==1.3.3
1515
# via matplotlib
@@ -23,7 +23,7 @@ dnspython==2.8.0
2323
# via email-validator
2424
email-validator==2.3.0
2525
# via scippneutron
26-
essreduce==25.10.2
26+
essreduce==25.11.0
2727
# via -r base.in
2828
fonttools==4.60.1
2929
# via matplotlib
@@ -100,7 +100,7 @@ pyyaml==6.0.3
100100
# via
101101
# dask
102102
# orsopy
103-
sciline==25.8.0
103+
sciline==25.11.1
104104
# via
105105
# -r base.in
106106
# essreduce
@@ -133,7 +133,6 @@ typing-extensions==4.15.0
133133
# via
134134
# pydantic
135135
# pydantic-core
136-
# sciline
137136
# typing-inspection
138137
typing-inspection==0.4.2
139138
# via pydantic

requirements/nightly.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dask>=2022.1.0
55
python-dateutil
66
graphviz
77
orsopy>=1.2
8-
essreduce>=25.10.2
8+
essreduce>=25.11.0
99
pandas>=2.1.2
1010
pytest>=7.0
1111
pooch>=1.5

requirements/nightly.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:bc4cf516bc2a50b9d42c8baa03b95ea4d7e54a3d
1+
# SHA1:1e183c3e9d303722f2579385b8d7861f9200b810
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:
@@ -16,7 +16,7 @@ charset-normalizer==3.4.4
1616
# via requests
1717
click==8.3.0
1818
# via dask
19-
cloudpickle==3.1.1
19+
cloudpickle==3.1.2
2020
# via dask
2121
contourpy==1.3.3
2222
# via matplotlib
@@ -30,7 +30,7 @@ dnspython==2.8.0
3030
# via email-validator
3131
email-validator==2.3.0
3232
# via scippneutron
33-
essreduce==25.10.2
33+
essreduce==25.11.0
3434
# via -r nightly.in
3535
fonttools==4.60.1
3636
# via matplotlib
@@ -157,7 +157,6 @@ typing-extensions==4.15.0
157157
# via
158158
# pydantic
159159
# pydantic-core
160-
# sciline
161160
# typing-inspection
162161
typing-inspection==0.4.2
163162
# via pydantic

0 commit comments

Comments
 (0)