Skip to content

Commit 9396162

Browse files
committed
Fix merge conflict
1 parent 2eea9c4 commit 9396162

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.ci/docker/requirements-ci.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ numba==0.61.2 ; python_version > "3.9"
136136
#test_nn.py, test_namedtensor.py, test_linalg.py, test_jit_cuda_fuser.py,
137137
#test_jit.py, test_indexing.py, test_datapipe.py, test_dataloader.py,
138138
#test_binary_ufuncs.py
139-
<<<<<<< HEAD
140-
numpy==2.0.2 ; python_version == "3.9"
141-
numpy==2.1.2 ; python_version > "3.9"
142-
143-
pandas==2.2.3
144-
=======
145139
numpy==1.22.4; python_version == "3.10"
146140
numpy==1.26.2; python_version == "3.11" or python_version == "3.12"
147141
numpy==2.1.2; python_version >= "3.13" and python_version < "3.14"
@@ -150,7 +144,6 @@ numpy==2.3.4; python_version >= "3.14"
150144
pandas==2.0.3; python_version < "3.13"
151145
pandas==2.2.3; python_version >= "3.13" and python_version < "3.14"
152146
pandas==2.3.3; python_version >= "3.14"
153-
>>>>>>> upstream/main
154147

155148
#onnxruntime
156149
#Description: scoring engine for Open Neural Network Exchange (ONNX) models
@@ -261,14 +254,9 @@ scikit-image==0.22.0
261254
#Pinned versions: 0.20.3
262255
#test that import:
263256

264-
<<<<<<< HEAD
265-
scipy==1.13.1 ; python_version == "3.9"
266-
scipy==1.14.1 ; python_version > "3.9"
267-
=======
268257
scipy==1.10.1 ; python_version <= "3.11"
269258
scipy==1.14.1 ; python_version > "3.11" and python_version < "3.14"
270259
scipy==1.16.2 ; python_version >= "3.14"
271-
>>>>>>> upstream/main
272260
# Pin SciPy because of failing distribution tests (see #60347)
273261
#Description: scientific python
274262
#Pinned versions: 1.10.1

0 commit comments

Comments
 (0)