File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,25 +31,25 @@ requires-python = ">=3.10"
3131# Run 'tox -e deps' after making changes here. This will update requirement files.
3232# Make sure to list one dependency per line.
3333dependencies = [
34- " dask" ,
34+ " dask>=2022.1.0 " ,
3535 " python-dateutil" ,
3636 " graphviz" ,
37- " plopp" ,
38- " orsopy" ,
37+ " plopp>=24.7.0 " ,
38+ " orsopy>=1.2 " ,
3939 " sciline>=24.6.0" ,
4040 " scipp>=24.09.1" , # Fixed new hist/bin API
41- " scippneutron>=24.7 .0" ,
41+ " scippneutron>=24.10 .0" ,
4242 " scippnexus>=24.9.1" ,
43- " essreduce" ,
44- " pandas" ,
43+ " essreduce>=25.4.0 " ,
44+ " pandas>=2.1.2 " ,
4545]
4646
4747dynamic = [" version" ]
4848
4949[project .optional-dependencies ]
5050test = [
51- " pytest" ,
52- " pooch" ,
51+ " pytest>=7.0 " ,
52+ " pooch>=1.5 " ,
5353]
5454all = [
5555 " ipywidgets" ,
You can’t perform that action at this time.
0 commit comments