Skip to content

Commit 017d31c

Browse files
committed
fix dependency files
1 parent a9bc401 commit 017d31c

File tree

4 files changed

+1
-26
lines changed

4 files changed

+1
-26
lines changed

requirements/base.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
# --- END OF CUSTOM SECTION ---
44
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
55
dask
6-
<<<<<<< HEAD
7-
essreduce>=25.02.3
8-
=======
96
essreduce>=25.02.4
10-
>>>>>>> main
117
graphviz
128
numpy
139
plopp

requirements/base.txt

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
<<<<<<< HEAD
2-
# SHA1:453953b7160748669892413b1efa541107c4a89b
3-
=======
4-
# SHA1:4b779f60b811ecde0982bc9dc5df5ed5b296b876
5-
>>>>>>> main
1+
# SHA1:bd57e2addebc398f9de7064eb2a5c993a359ba46
62
#
73
# This file is autogenerated by pip-compile-multi
84
# To update, run:
@@ -33,11 +29,7 @@ dnspython==2.7.0
3329
# via email-validator
3430
email-validator==2.2.0
3531
# via scippneutron
36-
<<<<<<< HEAD
37-
essreduce==25.2.3
38-
=======
3932
essreduce==25.2.4
40-
>>>>>>> main
4133
# via -r base.in
4234
executing==2.2.0
4335
# via stack-data
@@ -53,11 +45,8 @@ h5py==3.12.1
5345
# scippnexus
5446
idna==3.10
5547
# via email-validator
56-
<<<<<<< HEAD
5748
importlib-resources==6.5.2
5849
# via tof
59-
=======
60-
>>>>>>> main
6150
ipydatawidgets==4.3.5
6251
# via pythreejs
6352
ipython==8.32.0
@@ -149,10 +138,7 @@ scipp==25.2.0
149138
# essreduce
150139
# scippneutron
151140
# scippnexus
152-
<<<<<<< HEAD
153141
# tof
154-
=======
155-
>>>>>>> main
156142
scippneutron==25.2.0
157143
# via
158144
# -r base.in

requirements/nightly.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,8 @@ idna==3.10
5454
# via
5555
# email-validator
5656
# requests
57-
<<<<<<< HEAD
5857
importlib-resources==6.5.2
5958
# via tof
60-
=======
61-
>>>>>>> main
6259
iniconfig==2.0.0
6360
# via pytest
6461
ipydatawidgets==4.3.5
@@ -191,11 +188,8 @@ six==1.17.0
191188
# via python-dateutil
192189
stack-data==0.6.3
193190
# via ipython
194-
<<<<<<< HEAD
195191
tof @ git+https://github.com/scipp/tof@main
196192
# via -r nightly.in
197-
=======
198-
>>>>>>> main
199193
toolz==1.0.0
200194
# via
201195
# dask

src/ess/powder/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
import sciline
1515
import scipp as sc
16-
from scippneutron import metadata
1716
from scippneutron.io import cif
1817
from scippneutron.metadata import Person, Software
1918

0 commit comments

Comments
 (0)