8000 no gil deps · pytorch/pytorch@1110c5a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1110c5a

Browse files
committed
no gil deps
1 parent 7c98a13 commit 1110c5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/docker/requirements-ci.txt

Lines changed: 3 additions & 3 deletions
377C
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ scikit-image==0.20.0 ; python_version >= "3.10" and python_version <= "3.12"
230230

231231
scipy==1.10.1 ; python_version <= "3.11"
232232
scipy==1.12.0 ; python_version == "3.12"
233+
scipy>1.14 ; python_version == "3.13"
233234
# Pin SciPy because of failing distribution tests (see #60347)
234235
#Description: scientific python
235236
#Pinned versions: 1.10.1
@@ -258,7 +259,7 @@ typing-extensions
258259
#Pinned versions:
259260
#test that import:
260261

261-
unittest-xml-reporting<=3.2.0,>=2.0.0
262+
unittest-xml-reporting<=3.2.0,>=2.0.0 ; python_version <= "3.12"
262263
#Description: saves unit test results to xml
263264
#Pinned versions:
264265
#test that import:
@@ -307,9 +308,8 @@ pywavelets==1.5.0 ; python_version == "3.12"
307308
#test that import:
308309

309310
lxml==5.0.0 ; python_version <= "3.12"
310-
lxml==5.2.2 ; python_version == "3.13"
311311
#Description: This is a requirement of unittest-xml-reporting
312312

313313
# Python-3.9 binaries
314314

315-
PyGithub==2.3.0
315+
PyGithub==2.3.0 ; python_version <= "3.12"

0 commit comments

Comments
 (0)
0