File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ scikit-image==0.20.0 ; python_version >= "3.10" and python_version <= "3.12"
230
230
231
231
scipy==1.10.1 ; python_version <= "3.11"
232
232
scipy==1.12.0 ; python_version == "3.12"
233
+ scipy>1.14 ; python_version == "3.13"
233
234
# Pin SciPy because of failing distribution tests (see #60347)
234
235
#Description: scientific python
235
236
#Pinned versions: 1.10.1
@@ -258,7 +259,7 @@ typing-extensions
258
259
#Pinned versions:
259
260
#test that import:
260
261
261
- unittest-xml-reporting<=3.2.0,>=2.0.0
262
+ unittest-xml-reporting<=3.2.0,>=2.0.0 ; python_version <= "3.12"
262
263
#Description: saves unit test results to xml
263
264
#Pinned versions:
264
265
#test that import:
@@ -307,9 +308,8 @@ pywavelets==1.5.0 ; python_version == "3.12"
307
308
#test that import:
308
309
309
310
lxml==5.0.0 ; python_version <= "3.12"
310
- lxml==5.2.2 ; python_version == "3.13"
311
311
#Description: This is a requirement of unittest-xml-reporting
312
312
313
313
# Python-3.9 binaries
314
314
315
- PyGithub==2.3.0
377C
315
+ PyGithub==2.3.0 ; python_version <= "3.12"
You can’t perform that action at this time.
0 commit comments