@@ -136,10 +136,21 @@ 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
139140numpy==2.0.2 ; python_version == "3.9"
140141numpy==2.1.2 ; python_version > "3.9"
141142
142143pandas==2.2.3
144+ =======
145+ numpy==1.22.4; python_version == "3.10"
146+ numpy==1.26.2; python_version == "3.11" or python_version == "3.12"
147+ numpy==2.1.2; python_version >= "3.13" and python_version < "3.14"
148+ numpy==2.3.4; python_version >= "3.14"
149+
150+ pandas==2.0.3; python_version < "3.13"
151+ pandas==2.2.3; python_version >= "3.13" and python_version < "3.14"
152+ pandas==2.3.3; python_version >= "3.14"
153+ >>>>>>> upstream/main
143154
144155#onnxruntime
145156#Description: scoring engine for Open Neural Network Exchange (ONNX) models
@@ -151,7 +162,8 @@ opt-einsum==3.3
151162#Pinned versions: 3.3
152163#test that import: test_linalg.py
153164
154- optree==0.13.0
165+ optree==0.13.0 ; python_version < "3.14"
166+ optree==0.17.0 ; python_version >= "3.14"
155167#Description: A library for tree manipulation
156168#Pinned versions: 0.13.0
157169#test that import: test_vmap.py, test_aotdispatch.py, test_dynamic_shapes.py,
@@ -249,8 +261,14 @@ scikit-image==0.22.0
249261#Pinned versions: 0.20.3
250262#test that import:
251263
264+ <<<<<<< HEAD
252265scipy==1.13.1 ; python_version == "3.9"
253266scipy==1.14.1 ; python_version > "3.9"
267+ =======
268+ scipy==1.10.1 ; python_version <= "3.11"
269+ scipy==1.14.1 ; python_version > "3.11" and python_version < "3.14"
270+ scipy==1.16.2 ; python_version >= "3.14"
271+ >>>>>>> upstream/main
254272# Pin SciPy because of failing distribution tests (see #60347)
255273#Description: scientific python
256274#Pinned versions: 1.10.1
@@ -321,7 +339,8 @@ pywavelets==1.7.0 ; python_version >= "3.12"
321339#Pinned versions: 1.4.1
322340#test that import:
323341
324- lxml==5.3.0
342+ lxml==5.3.0 ; python_version < "3.14"
343+ lxml==6.0.2 ; python_version >= "3.14"
325344#Description: This is a requirement of unittest-xml-reporting
326345
327346PyGithub==2.3.0
@@ -331,7 +350,9 @@ sympy==1.13.3
331350#Pinned versions:
332351#test that import:
333352
334- onnx==1.19.1
353+ onnx==1.19.1 ; python_version < "3.14"
354+ # Unpin once Python 3.14 is supported. See onnxruntime issue 26309.
355+ onnx==1.18.0 ; python_version == "3.14"
335356#Description: Required by onnx tests, and mypy and test_public_bindings.py when checking torch.onnx._internal
336357#Pinned versions:
337358#test that import:
@@ -356,7 +377,7 @@ pwlf==2.2.1
356377#test that import: test_sac_estimator.py
357378
358379# To build PyTorch itself
359- pyyaml==6.0.2
380+ pyyaml==6.0.3
360381pyzstd
361382setuptools==78.1.1
362383packaging==23.1
0 commit comments