Skip to content

Commit 1254803

Browse files
committed
Drop 1.9
1 parent 5079ea0 commit 1254803

File tree

6 files changed

+13
-40
lines changed

6 files changed

+13
-40
lines changed

.azure/ipu-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ pr:
2626

2727
variables:
2828
- name: poplar_sdk
29-
value: "poplar_sdk-ubuntu_20_04-2.3.1+793-89796d462d"
29+
# https://docs.graphcore.ai/projects/poptorch-user-guide/en/latest/installation.html#version-compatibility
30+
value: "poplar_sdk-ubuntu_20_04-3.0.0+1145-1b114aac3a"
3031

3132
jobs:
3233
- job: testing

.github/checkgroup.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,19 @@ subprojects:
2929
- "pl-cpu (macOS-11, pytorch, 3.8, 1.10)"
3030
- "pl-cpu (macOS-11, pytorch, 3.9, 1.11)"
3131
- "pl-cpu (macOS-11, pytorch, 3.10, 1.12)"
32-
- "pl-cpu (macOS-11, pytorch, 3.7, 1.9, oldest)"
3332
- "pl-cpu (macOS-11, pytorch, 3.10, 1.13, pre)"
3433
- "pl-cpu (ubuntu-20.04, pytorch, 3.8, 1.10)"
3534
- "pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.11)"
3635
- "pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.11)"
3736
- "pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.12)"
38-
- "pl-cpu (ubuntu-20.04, pytorch, 3.7, 1.9, oldest)"
3937
- "pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.13, pre)"
4038
- "pl-cpu (windows-2022, pytorch, 3.9, 1.11)"
4139
- "pl-cpu (windows-2022, pytorch, 3.10, 1.11)"
4240
- "pl-cpu (windows-2022, pytorch, 3.10, 1.12)"
43-
- "pl-cpu (windows-2022, pytorch, 3.7, 1.9, oldest)"
4441
- "pl-cpu (windows-2022, pytorch, 3.8, 1.13, pre)"
4542
- "pl-cpu (macOS-11, lightning, 3.10, 1.12)"
46-
#- "pl-cpu (macOS-11, lightning, 3.7, 1.9, oldest)"
4743
- "pl-cpu (ubuntu-20.04, lightning, 3.10, 1.12)"
48-
#- "pl-cpu (ubuntu-20.04, lightning, 3.7, 1.9, oldest)"
4944
- "pl-cpu (windows-2022, lightning, 3.10, 1.12)"
50-
#- "pl-cpu (windows-2022, lightning, 3.7, 1.9, oldest)"
5145
- "pytorch-lightning (GPUs)"
5246
- "pytorch-lightning (HPUs)"
5347
- "pytorch-lightning (IPUs)"
@@ -64,25 +58,19 @@ subprojects:
6458
- "pl-cpu (macOS-11, pytorch, 3.8, 1.10)"
6559
- "pl-cpu (macOS-11, pytorch, 3.9, 1.11)"
6660
- "pl-cpu (macOS-11, pytorch, 3.10, 1.12)"
67-
- "pl-cpu (macOS-11, pytorch, 3.7, 1.9, oldest)"
6861
- "pl-cpu (macOS-11, pytorch, 3.10, 1.13, pre)"
6962
- "pl-cpu (ubuntu-20.04, pytorch, 3.8, 1.10)"
7063
- "pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.11)"
7164
- "pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.11)"
7265
- "pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.12)"
73-
- "pl-cpu (ubuntu-20.04, pytorch, 3.7, 1.9, oldest)"
7466
- "pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.13, pre)"
7567
- "pl-cpu (windows-2022, pytorch, 3.9, 1.11)"
7668
- "pl-cpu (windows-2022, pytorch, 3.10, 1.11)"
7769
- "pl-cpu (windows-2022, pytorch, 3.10, 1.12)"
78-
- "pl-cpu (windows-2022, pytorch, 3.7, 1.9, oldest)"
7970
- "pl-cpu (windows-2022, pytorch, 3.8, 1.13, pre)"
8071
- "pl-cpu (macOS-11, lightning, 3.10, 1.12)"
81-
#- "pl-cpu (macOS-11, lightning, 3.7, 1.9, oldest)"
8272
- "pl-cpu (ubuntu-20.04, lightning, 3.10, 1.12)"
83-
#- "pl-cpu (ubuntu-20.04, lightning, 3.7, 1.9, oldest)"
8473
- "pl-cpu (windows-2022, lightning, 3.10, 1.12)"
85-
#- "pl-cpu (windows-2022, lightning, 3.7, 1.9, oldest)"
8674

8775
- id: "pytorch_lightning: Slow workflow"
8876
paths:
@@ -144,7 +132,7 @@ subprojects:
144132
- "build-cuda (3.9, 1.11, 11.3.1)"
145133
- "build-cuda (3.9, 1.12, 11.6.1)"
146134
- "build-hpu (1.5.0, 1.11.0)"
147-
- "build-ipu (3.9, 1.9)"
135+
- "build-ipu (3.9, 1.10)"
148136
- "build-NGC"
149137
- "build-pl (3.9, 1.10, 11.3.1)"
150138
- "build-pl (3.9, 1.11, 11.3.1)"
@@ -164,16 +152,12 @@ subprojects:
164152
- "lite-cpu (macOS-11, lite, 3.8, 1.10)"
165153
- "lite-cpu (macOS-11, lite, 3.10, 1.12)"
166154
- "lite-cpu (macOS-11, lite, 3.10, 1.13, pre)"
167-
- "lite-cpu (macOS-11, lite, 3.7, 1.9, oldest)"
168155
- "lite-cpu (ubuntu-20.04, lite, 3.8, 1.11)"
169156
- "lite-cpu (ubuntu-20.04, lite, 3.10, 1.12)"
170-
- "lite-cpu (ubuntu-20.04, lite, 3.7, 1.9, oldest)"
171157
- "lite-cpu (ubuntu-20.04, lite, 3.9, 1.13, pre)"
172-
- "lite-cpu (windows-2022, lite, 3.8, 1.9)"
173158
- "lite-cpu (windows-2022, lite, 3.9, 1.10)"
174159
- "lite-cpu (windows-2022, lite, 3.10, 1.11)"
175160
- "lite-cpu (windows-2022, lite, 3.10, 1.12)"
176-
- "lite-cpu (windows-2022, lite, 3.7, 1.9, oldest)"
177161
- "lite-cpu (windows-2022, lite, 3.8, 1.13, pre)"
178162
- "lite-cpu (macOS-11, lightning, 3.8, 1.12)"
179163
- "lite-cpu (ubuntu-20.04, lightning, 3.8, 1.12)"
@@ -183,25 +167,19 @@ subprojects:
183167
- "pl-cpu (macOS-11, pytorch, 3.8, 1.10)"
184168
- "pl-cpu (macOS-11, pytorch, 3.9, 1.11)"
185169
- "pl-cpu (macOS-11, pytorch, 3.10, 1.12)"
186-
- "pl-cpu (macOS-11, pytorch, 3.7, 1.9, oldest)"
187170
- "pl-cpu (macOS-11, pytorch, 3.10, 1.13, pre)"
188171
- "pl-cpu (ubuntu-20.04, pytorch, 3.8, 1.10)"
189172
- "pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.11)"
190173
- "pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.11)"
191174
- "pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.12)"
192-
- "pl-cpu (ubuntu-20.04, pytorch, 3.7, 1.9, oldest)"
193175
- "pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.13, pre)"
194176
- "pl-cpu (windows-2022, pytorch, 3.9, 1.11)"
195177
- "pl-cpu (windows-2022, pytorch, 3.10, 1.11)"
196178
- "pl-cpu (windows-2022, pytorch, 3.10, 1.12)"
197-
- "pl-cpu (windows-2022, pytorch, 3.7, 1.9, oldest)"
198179
- "pl-cpu (windows-2022, pytorch, 3.8, 1.13, pre)"
199180
- "pl-cpu (macOS-11, lightning, 3.10, 1.12)"
200-
#- "pl-cpu (macOS-11, lightning, 3.7, 1.9, oldest)"
201181
- "pl-cpu (ubuntu-20.04, lightning, 3.10, 1.12)"
202-
#- "pl-cpu (ubuntu-20.04, lightning, 3.7, 1.9, oldest)"
203182
- "pl-cpu (windows-2022, lightning, 3.10, 1.12)"
204-
#- "pl-cpu (windows-2022, lightning, 3.7, 1.9, oldest)"
205183
- "pytorch-lightning (GPUs)"
206184
- "pytorch-lightning (HPUs)"
207185
- "pytorch-lightning (IPUs)"
@@ -218,16 +196,12 @@ subprojects:
218196
- "lite-cpu (macOS-11, lite, 3.8, 1.10)"
219197
- "lite-cpu (macOS-11, lite, 3.10, 1.12)"
220198
- "lite-cpu (macOS-11, lite, 3.10, 1.13, pre)"
221-
- "lite-cpu (macOS-11, lite, 3.7, 1.9, oldest)"
222199
- "lite-cpu (ubuntu-20.04, lite, 3.8, 1.11)"
223200
- "lite-cpu (ubuntu-20.04, lite, 3.10, 1.12)"
224-
- "lite-cpu (ubuntu-20.04, lite, 3.7, 1.9, oldest)"
225201
- "lite-cpu (ubuntu-20.04, lite, 3.9, 1.13, pre)"
226-
- "lite-cpu (windows-2022, lite, 3.8, 1.9)"
227202
- "lite-cpu (windows-2022, lite, 3.9, 1.10)"
228203
- "lite-cpu (windows-2022, lite, 3.10, 1.11)"
229204
- "lite-cpu (windows-2022, lite, 3.10, 1.12)"
230-
- "lite-cpu (windows-2022, lite, 3.7, 1.9, oldest)"
231205
- "lite-cpu (windows-2022, lite, 3.8, 1.13, pre)"
232206
- "lite-cpu (macOS-11, lightning, 3.8, 1.12)"
233207
- "lite-cpu (ubuntu-20.04, lightning, 3.8, 1.12)"

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- python>=3.7
3030
- pip>20.1
3131
- numpy>=1.17.2
32-
- pytorch>=1.9.*
32+
- pytorch>=1.10.*
3333
- future>=0.17.1
3434
- PyYAML>=5.1
3535
- tqdm>=4.41.0
@@ -43,7 +43,7 @@ dependencies:
4343
- omegaconf>=2.0.5
4444

4545
# Examples
46-
- torchvision>=0.10.*
46+
- torchvision>=0.11.*
4747

4848
- pip:
4949
- mlflow>=1.0.0

requirements/lite/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

44
numpy>=1.17.2, <1.23.1
5-
torch>=1.9.*, <1.13.0
5+
torch>=1.10.*, <1.13.0
66
fsspec[http]>2021.06.0, <2022.6.0
77
packaging>=17.0, <=21.3
88
typing-extensions>=4.0.0, <=4.4.0

requirements/pytorch/adjust-versions.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
dict(torch="1.10.2", torchvision="0.11.3"),
1313
dict(torch="1.10.1", torchvision="0.11.2"),
1414
dict(torch="1.10.0", torchvision="0.11.1"),
15-
dict(torch="1.9.1", torchvision="0.10.1"),
16-
dict(torch="1.9.0", torchvision="0.10.0"),
1715
]
1816

1917

@@ -62,16 +60,16 @@ def test_check():
6260
torchmetrics>=0.4.1
6361
"""
6462
expected = """
65-
torch==1.9.1
66-
torch==1.9.1
67-
torch==1.9.1
68-
torch==1.9.1
63+
torch==1.12.1
64+
torch==1.12.1
65+
torch==1.12.1
66+
torch==1.12.1
6967
future>=0.17.1
7068
pytorch==1.5.6+123dev0
71-
torchvision==0.10.1
69+
torchvision==0.13.1
7270
torchmetrics>=0.4.1
7371
""".strip()
74-
actual = main(requirements, "1.9")
72+
actual = main(requirements, "1.12")
7573
assert actual == expected, (actual, expected)
7674

7775

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

44
numpy>=1.17.2, <1.23.1
5-
torch>=1.9.*, <1.13.0
5+
torch>=1.10.*, <1.13.0
66
tqdm>=4.57.0, <4.65.0
77
PyYAML>=5.4, <=6.0
88
fsspec[http]>2021.06.0, <2022.8.0

0 commit comments

Comments
 (0)