Skip to content

Commit 422ffc1

Browse files
committed
fix: set tof lower bound
1 parent 32931b8 commit 422ffc1

File tree

9 files changed

+62
-64
lines changed

9 files changed

+62
-64
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dynamic = ["version"]
4747
test = [
4848
"pytest>=7.0",
4949
"pooch>=1.5",
50-
"tof>=24.7.0",
50+
"tof>=25.08.0",
5151
"scitiff>=24.6.0",
5252
]
5353

requirements/base.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ decorator==5.2.1
2727
# via ipython
2828
dnspython==2.7.0
2929
# via email-validator
30-
email-validator==2.2.0
30+
email-validator==2.3.0
3131
# via scippneutron
3232
essreduce==25.7.1
3333
# via -r base.in
3434
executing==2.2.0
3535
# via stack-data
36-
fonttools==4.59.0
36+
fonttools==4.59.2
3737
# via matplotlib
3838
fsspec==2025.7.0
3939
# via dask
@@ -69,7 +69,7 @@ jedi==0.19.2
6969
# via ipython
7070
jupyterlab-widgets==3.0.15
7171
# via ipywidgets
72-
kiwisolver==1.4.8
72+
kiwisolver==1.4.9
7373
# via matplotlib
7474
lazy-loader==0.4
7575
# via
@@ -107,7 +107,7 @@ packaging==25.0
107107
# dask
108108
# lazy-loader
109109
# matplotlib
110-
parso==0.8.4
110+
parso==0.8.5
111111
# via jedi
112112
partd==1.4.2
113113
# via dask
@@ -121,7 +121,7 @@ plopp[all]==25.7.1
121121
# via
122122
# -r base.in
123123
# scippneutron
124-
prompt-toolkit==3.0.51
124+
prompt-toolkit==3.0.52
125125
# via ipython
126126
ptyprocess==0.7.0
127127
# via pexpect
@@ -146,7 +146,7 @@ pythreejs==2.4.2
146146
# via plopp
147147
pyyaml==6.0.2
148148
# via dask
149-
sciline==25.5.2
149+
sciline==25.8.0
150150
# via
151151
# -r base.in
152152
# essreduce
@@ -174,7 +174,7 @@ six==1.17.0
174174
# via python-dateutil
175175
stack-data==0.6.3
176176
# via ipython
177-
tifffile==2025.6.11
177+
tifffile==2025.8.28
178178
# via -r base.in
179179
toolz==1.0.0
180180
# via
@@ -190,7 +190,7 @@ traitlets==5.14.3
190190
# traittypes
191191
traittypes==0.2.1
192192
# via ipydatawidgets
193-
typing-extensions==4.14.1
193+
typing-extensions==4.15.0
194194
# via
195195
# ipython
196196
# pydantic

requirements/basetest.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
1010
pytest>=7.0
1111
pooch>=1.5
12-
tof>=24.7.0
12+
tof>=25.08.0
1313
scitiff>=24.6.0

requirements/basetest.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:b13c3d6374fbf2f0a67f1c13edace05a1dc456ac
1+
# SHA1:5136a0a216c965da202fd56506824873dcb01a06
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:
@@ -13,23 +13,23 @@ attrs==25.3.0
1313
# referencing
1414
certifi==2025.8.3
1515
# via requests
16-
charset-normalizer==3.4.2
16+
charset-normalizer==3.4.3
1717
# via requests
1818
contourpy==1.3.3
1919
# via matplotlib
2020
cycler==0.12.1
2121
# via matplotlib
22-
fonttools==4.59.0
22+
fonttools==4.59.2
2323
# via matplotlib
2424
idna==3.10
2525
# via requests
2626
iniconfig==2.1.0
2727
# via pytest
28-
jsonschema==4.25.0
28+
jsonschema==4.25.1
2929
# via scitiff
3030
jsonschema-specifications==2025.4.1
3131
# via jsonschema
32-
kiwisolver==1.4.8
32+
kiwisolver==1.4.9
3333
# via matplotlib
3434
lazy-loader==0.4
3535
# via
@@ -52,7 +52,7 @@ packaging==25.0
5252
# pytest
5353
pillow==11.3.0
5454
# via matplotlib
55-
platformdirs==4.3.8
55+
platformdirs==4.4.0
5656
# via pooch
5757
plopp==25.7.1
5858
# via tof
@@ -76,9 +76,9 @@ referencing==0.36.2
7676
# via
7777
# jsonschema
7878
# jsonschema-specifications
79-
requests==2.32.4
79+
requests==2.32.5
8080
# via pooch
81-
rpds-py==0.26.0
81+
rpds-py==0.27.1
8282
# via
8383
# jsonschema
8484
# referencing
@@ -92,11 +92,11 @@ scitiff==25.7.0
9292
# via -r basetest.in
9393
six==1.17.0
9494
# via python-dateutil
95-
tifffile==2025.6.11
95+
tifffile==2025.8.28
9696
# via scitiff
97-
tof==25.5.0
97+
tof==25.8.0
9898
# via -r basetest.in
99-
typing-extensions==4.14.1
99+
typing-extensions==4.15.0
100100
# via
101101
# pydantic
102102
# pydantic-core

requirements/ci.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
#
66
# requirements upgrade
77
#
8-
cachetools==6.1.0
8+
cachetools==6.2.0
99
# via tox
1010
certifi==2025.8.3
1111
# via requests
1212
chardet==5.2.0
1313
# via tox
14-
charset-normalizer==3.4.2
14+
charset-normalizer==3.4.3
1515
# via requests
1616
colorama==0.4.6
1717
# via tox
1818
distlib==0.4.0
1919
# via virtualenv
20-
filelock==3.18.0
20+
filelock==3.19.1
2121
# via
2222
# tox
2323
# virtualenv
@@ -32,21 +32,21 @@ packaging==25.0
3232
# -r ci.in
3333
# pyproject-api
3434
# tox
35-
platformdirs==4.3.8
35+
platformdirs==4.4.0
3636
# via
3737
# tox
3838
# virtualenv
3939
pluggy==1.6.0
4040
# via tox
4141
pyproject-api==1.9.1
4242
# via tox
43-
requests==2.32.4
43+
requests==2.32.5
4444
# via -r ci.in
4545
smmap==5.0.2
4646
# via gitdb
4747
tox==4.28.4
4848
# via -r ci.in
4949
urllib3==2.5.0
5050
# via requests
51-
virtualenv==20.33.1
51+
virtualenv==20.34.0
5252
# via tox

requirements/dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async-lru==2.0.5
2626
# via jupyterlab
2727
cffi==1.17.1
2828
# via argon2-cffi-bindings
29-
copier==9.9.0
29+
copier==9.10.0
3030
# via -r dev.in
3131
dunamai==1.25.0
3232
# via copier
@@ -44,29 +44,29 @@ isoduration==20.11.0
4444
# via jsonschema
4545
jinja2-ansible-filters==1.3.2
4646
# via copier
47-
json5==0.12.0
47+
json5==0.12.1
4848
# via jupyterlab-server
4949
jsonpointer==3.0.0
5050
# via jsonschema
51-
jsonschema[format-nongpl]==4.25.0
51+
jsonschema[format-nongpl]==4.25.1
5252
# via
5353
# jupyter-events
5454
# jupyterlab-server
5555
# nbformat
5656
# scitiff
5757
jupyter-events==0.12.0
5858
# via jupyter-server
59-
jupyter-lsp==2.2.6
59+
jupyter-lsp==2.3.0
6060
# via jupyterlab
61-
jupyter-server==2.16.0
61+
jupyter-server==2.17.0
6262
# via
6363
# jupyter-lsp
6464
# jupyterlab
6565
# jupyterlab-server
6666
# notebook-shim
6767
jupyter-server-terminals==0.5.3
6868
# via jupyter-server
69-
jupyterlab==4.4.5
69+
jupyterlab==4.4.6
7070
# via -r dev.in
7171
jupyterlab-server==2.27.3
7272
# via jupyterlab
@@ -110,7 +110,7 @@ terminado==0.18.1
110110
# jupyter-server-terminals
111111
toposort==1.10
112112
# via pip-compile-multi
113-
types-python-dateutil==2.9.0.20250708
113+
types-python-dateutil==2.9.0.20250822
114114
# via arrow
115115
uri-template==1.3.0
116116
# via jsonschema

requirements/docs.txt

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ accessible-pygments==0.0.5
1010
# via pydata-sphinx-theme
1111
alabaster==1.0.0
1212
# via sphinx
13-
appnope==0.1.4
14-
# via ipykernel
1513
attrs==25.3.0
1614
# via
1715
# jsonschema
@@ -22,17 +20,17 @@ babel==2.17.0
2220
# via
2321
# pydata-sphinx-theme
2422
# sphinx
25-
beautifulsoup4==4.13.4
23+
beautifulsoup4==4.13.5
2624
# via
2725
# nbconvert
2826
# pydata-sphinx-theme
2927
bleach[css]==6.2.0
3028
# via nbconvert
3129
certifi==2025.8.3
3230
# via requests
33-
charset-normalizer==3.4.2
31+
charset-normalizer==3.4.3
3432
# via requests
35-
debugpy==1.8.15
33+
debugpy==1.8.16
3634
# via ipykernel
3735
defusedxml==0.7.1
3836
# via nbconvert
@@ -42,7 +40,7 @@ docutils==0.21.2
4240
# nbsphinx
4341
# pydata-sphinx-theme
4442
# sphinx
45-
fastjsonschema==2.21.1
43+
fastjsonschema==2.21.2
4644
# via nbformat
4745
imagesize==1.4.1
4846
# via sphinx
@@ -54,7 +52,7 @@ jinja2==3.1.6
5452
# nbconvert
5553
# nbsphinx
5654
# sphinx
57-
jsonschema==4.25.0
55+
jsonschema==4.25.1
5856
# via nbformat
5957
jsonschema-specifications==2025.4.1
6058
# via jsonschema
@@ -79,7 +77,7 @@ markupsafe==3.0.2
7977
# via
8078
# jinja2
8179
# nbconvert
82-
mdit-py-plugins==0.4.2
80+
mdit-py-plugins==0.5.0
8381
# via myst-parser
8482
mdurl==0.1.2
8583
# via markdown-it-py
@@ -102,7 +100,7 @@ nest-asyncio==1.6.0
102100
# via ipykernel
103101
pandocfilters==1.5.1
104102
# via nbconvert
105-
platformdirs==4.3.8
103+
platformdirs==4.4.0
106104
# via
107105
# jupyter-core
108106
# pooch
@@ -116,25 +114,25 @@ pydata-sphinx-theme==0.16.1
116114
# via -r docs.in
117115
python-dotenv==1.1.1
118116
# via pydantic-settings
119-
pyzmq==27.0.1
117+
pyzmq==27.0.2
120118
# via
121119
# ipykernel
122120
# jupyter-client
123121
referencing==0.36.2
124122
# via
125123
# jsonschema
126124
# jsonschema-specifications
127-
requests==2.32.4
125+
requests==2.32.5
128126
# via
129127
# pooch
130128
# sphinx
131-
rpds-py==0.26.0
129+
rpds-py==0.27.1
132130
# via
133131
# jsonschema
134132
# referencing
135133
snowballstemmer==3.0.1
136134
# via sphinx
137-
soupsieve==2.7
135+
soupsieve==2.8
138136
# via beautifulsoup4
139137
sphinx==8.1.3
140138
# via
@@ -166,9 +164,9 @@ sphinxcontrib-serializinghtml==2.0.0
166164
# via sphinx
167165
tinycss2==1.4.0
168166
# via bleach
169-
tof==25.5.0
167+
tof==25.8.0
170168
# via -r docs.in
171-
tornado==6.5.1
169+
tornado==6.5.2
172170
# via
173171
# ipykernel
174172
# jupyter-client

0 commit comments

Comments
 (0)