@@ -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- =======
145139numpy==1.22.4; python_version == "3.10"
146140numpy==1.26.2; python_version == "3.11" or python_version == "3.12"
147141numpy==2.1.2; python_version >= "3.13" and python_version < "3.14"
@@ -150,7 +144,6 @@ numpy==2.3.4; python_version >= "3.14"
150144pandas==2.0.3; python_version < "3.13"
151145pandas==2.2.3; python_version >= "3.13" and python_version < "3.14"
152146pandas==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- =======
268257scipy==1.10.1 ; python_version <= "3.11"
269258scipy==1.14.1 ; python_version > "3.11" and python_version < "3.14"
270259scipy==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