diff --git a/README.md b/README.md index f55d6933..c84a9f05 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ADI MAX78000/MAX78002 Model Training and Synthesis -June 25, 2024 +July 2, 2024 -**Note: This branch is compatible with PyTorch 1.8. Please go to the “pytorch-2” branch for PyTorch 2.3 compatibility.** +**Note: This archived branch is compatible with PyTorch 1.8. Please go to the “develop” branch for PyTorch 2 compatibility.** ADI’s MAX78000/MAX78002 project is comprised of five repositories: diff --git a/README.pdf b/README.pdf index 60253bf9..6761f602 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/requirements.txt b/requirements.txt index 33d53beb..dfa9ddf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,12 @@ -numpy>=1.22,<1.23 -PyYAML>=5.1.1 -six>=1.12.0 -scipy>=1.3.0 +numpy==1.22.4 +PyYAML==6.0.1 +scipy==1.10.1 torch==1.8.1 -pytest~=4.6.4 -onnx>=1.9.0 -GitPython>=3.1.18 -PyGithub>=1.55 -rich>=11.2.0 -protobuf>=3.20.1,<4.0 -xxhash>=3.0.0 -matplotlib>=3.6.0 +pytest==4.6.11 +onnx==1.16.1 +GitPython==3.1.43 +PyGithub==2.3.0 +rich==13.7.1 +protobuf==3.20.3 +xxhash==3.4.1 +matplotlib==3.7.5