Skip to content

Commit 2cfa164

Browse files
author
Franck Mamalet
committed
update requirements and pytorch version
1 parent 9696ab4 commit 2cfa164

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/python-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
include:
1212
- python-version: 3.9
13-
pt-version: 1.10.2
13+
pt-version: 1.13.1
1414
- python-version: "3.10"
1515
pt-version: 2.1.2
1616
- python-version: "3.11"

requirements.txt

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
torch_testing==0.0.2
2-
inflection==0.5.1
3-
numpy
4-
torch==1.10.2+cu113
5-
torchvision==0.11.3+cu113
1+
numpy<2.0
2+
torch>=1.13.1

setup.cfg

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ extend-ignore =
77

88
[tox:tox]
99
envlist =
10-
py{39,310,311}-pt{1.10.2,1.13.1,2.1.2,2.3.1,2.4.1}
10+
py{39,310,311}-pt{1.13.1,2.1.2,2.3.1,2.4.1}
1111
py{39,310,311}-lint
1212

1313
[testenv]
1414
pip_version = pip>=20
1515
deps =
1616
pytest
17-
pt1.10.2: torch==1.10.2+cu113
18-
pt1.10.2: numpy<2.0
1917
pt1.13.1: torch==1.13.1+cu117
2018
pt1.13.1: numpy<2.0
2119
pt2.1.2: torch==2.1.2+cu121

0 commit comments

Comments
 (0)