Skip to content

Commit 3f422a7

Browse files
authored
Final PyTorch 1.8 release - freeze requirements (#349)
1 parent c6aac8a commit 3f422a7

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ADI MAX78000/MAX78002 Model Training and Synthesis
22

3-
June 25, 2024
3+
July 2, 2024
44

5-
**Note: This branch is compatible with PyTorch 1.8. Please go to the “pytorch-2” branch for PyTorch 2.3 compatibility.**
5+
**Note: This archived branch is compatible with PyTorch 1.8. Please go to the “develop” branch for PyTorch 2 compatibility.**
66

77
ADI’s MAX78000/MAX78002 project is comprised of five repositories:
88

README.pdf

-16 Bytes
Binary file not shown.

requirements.txt

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
numpy>=1.22,<1.23
2-
PyYAML>=5.1.1
3-
six>=1.12.0
4-
scipy>=1.3.0
1+
numpy==1.22.4
2+
PyYAML==6.0.1
3+
scipy==1.10.1
54
torch==1.8.1
6-
pytest~=4.6.4
7-
onnx>=1.9.0
8-
GitPython>=3.1.18
9-
PyGithub>=1.55
10-
rich>=11.2.0
11-
protobuf>=3.20.1,<4.0
12-
xxhash>=3.0.0
13-
matplotlib>=3.6.0
5+
pytest==4.6.11
6+
onnx==1.16.1
7+
GitPython==3.1.43
8+
PyGithub==2.3.0
9+
rich==13.7.1
10+
protobuf==3.20.3
11+
xxhash==3.4.1
12+
matplotlib==3.7.5

0 commit comments

Comments
 (0)