File tree 11 files changed +25
-14
lines changed
11 files changed +25
-14
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,10 @@ dependencies = [
33
33
" dask" ,
34
34
" essreduce" ,
35
35
" graphviz" ,
36
+ " numpy<2.0.0" ,
36
37
" plopp" ,
37
38
" pythreejs" ,
38
- " sciline @ git+https://github.com/scipp/sciline@main " ,
39
+ " sciline>=24.06.0 " ,
39
40
" scipp>=23.8.0" ,
40
41
" scippneutron>=23.9.0" ,
41
42
" scippnexus>=23.12.0" ,
Original file line number Diff line number Diff line change 5
5
dask
6
6
essreduce
7
7
graphviz
8
+ numpy<2.0.0
8
9
plopp
9
10
pythreejs
10
- sciline @ git+https://github.com/scipp/sciline@main
11
+ sciline>=24.06.0
11
12
scipp>=23.8.0
12
13
scippneutron>=23.9.0
13
14
scippnexus>=23.12.0
Original file line number Diff line number Diff line change 1
- # SHA1:c295043710d412bbe1d15aafd5a81fda493eb691
1
+ # SHA1:4c50d46537635c6b5484ebc2993aec09597baf9c
2
2
#
3
3
# This file is autogenerated by pip-compile-multi
4
4
# To update, run:
@@ -23,7 +23,7 @@ cyclebane==24.6.0
23
23
# via sciline
24
24
cycler==0.12.1
25
25
# via matplotlib
26
- dask==2024.5.2
26
+ dask==2024.6.0
27
27
# via -r base.in
28
28
decorator==5.1.1
29
29
# via ipython
@@ -71,6 +71,7 @@ networkx==3.3
71
71
# via cyclebane
72
72
numpy==1.26.4
73
73
# via
74
+ # -r base.in
74
75
# contourpy
75
76
# h5py
76
77
# ipydatawidgets
@@ -120,7 +121,7 @@ pyyaml==6.0.1
120
121
# via dask
121
122
requests==2.32.3
122
123
# via pooch
123
- sciline @ git+https://github.com/scipp/sciline@main
124
+ sciline==24.6.0
124
125
# via -r base.in
125
126
scipp==24.5.1
126
127
# via
Original file line number Diff line number Diff line change 1
1
# Dependencies that are only used by tests.
2
2
# Do not make an environment from this file, use test.txt instead!
3
3
4
+ numpy<2.0.0
4
5
pandas
5
6
pytest
Original file line number Diff line number Diff line change 1
- # SHA1:2da4cc17c82e9ac0b3764abd55420a1e9d217c9d
1
+ # SHA1:1199eb6a71c82d0580b7a1a4178e0c3586ed7e67
2
2
#
3
3
# This file is autogenerated by pip-compile-multi
4
4
# To update, run:
@@ -10,7 +10,9 @@ exceptiongroup==1.2.1
10
10
iniconfig==2.0.0
11
11
# via pytest
12
12
numpy==1.26.4
13
- # via pandas
13
+ # via
14
+ # -r basetest.in
15
+ # pandas
14
16
packaging==24.1
15
17
# via pytest
16
18
pandas==2.2.2
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ colorama==0.4.6
17
17
# via tox
18
18
distlib==0.3.8
19
19
# via virtualenv
20
- filelock==3.14.0
20
+ filelock==3.15.1
21
21
# via
22
22
# tox
23
23
# virtualenv
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ prometheus-client==0.20.0
87
87
# via jupyter-server
88
88
pycparser==2.22
89
89
# via cffi
90
- pydantic==2.7.3
90
+ pydantic==2.7.4
91
91
# via copier
92
92
pydantic-core==2.18.4
93
93
# via pydantic
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ docutils==0.21.2
34
34
# nbsphinx
35
35
# pydata-sphinx-theme
36
36
# sphinx
37
- fastjsonschema==2.19.1
37
+ fastjsonschema==2.20.0
38
38
# via nbformat
39
39
imagesize==1.4.1
40
40
# via sphinx
Original file line number Diff line number Diff line change 4
4
dask
5
5
essreduce
6
6
graphviz
7
+ numpy<2.0.0
7
8
pythreejs
8
9
https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
9
10
scippnexus @ git+https://github.com/scipp/scippnexus@main
Original file line number Diff line number Diff line change 1
- # SHA1:16b2b3d983c096ba312d853cbfe99af3c40ea8c1
1
+ # SHA1:0dfa2ef646a3cba3ffca95624ad8e0aa8e443190
2
2
#
3
3
# This file is autogenerated by pip-compile-multi
4
4
# To update, run:
@@ -24,7 +24,7 @@ cyclebane==24.6.0
24
24
# via sciline
25
25
cycler==0.12.1
26
26
# via matplotlib
27
- dask==2024.5.2
27
+ dask==2024.6.0
28
28
# via -r nightly.in
29
29
decorator==5.1.1
30
30
# via ipython
@@ -63,9 +63,13 @@ kiwisolver==1.4.5
63
63
locket==1.0.0
64
64
# via partd
65
65
matplotlib==3.9.0
66
- # via plopp
66
+ # via
67
+ # mpltoolbox
68
+ # plopp
67
69
matplotlib-inline==0.1.7
68
70
# via ipython
71
+ mpltoolbox==24.5.1
72
+ # via scippneutron
69
73
networkx==3.3
70
74
# via cyclebane
71
75
parso==0.8.4
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ cfgv==3.4.0
9
9
# via pre-commit
10
10
distlib==0.3.8
11
11
# via virtualenv
12
- filelock==3.14.0
12
+ filelock==3.15.1
13
13
# via virtualenv
14
14
identify==2.5.36
15
15
# via pre-commit
You can’t perform that action at this time.
0 commit comments