Skip to content

Commit

Permalink
Pinned versions for required packages for 2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iupaikov-amd committed Nov 14, 2024
1 parent 9ba9a76 commit ff8563c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .ci/docker/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ boto3==1.19.12
#Pinned versions: 1.19.12, 1.16.34
#test that import:

click
click==8.1.7
#Description: Command Line Interface Creation Kit
#Pinned versions:
#Pinned versions: 8.1.7
#test that import:

coremltools==5.0b5 ; python_version < "3.12"
Expand Down Expand Up @@ -162,9 +162,9 @@ protobuf==3.20.2
#Pinned versions: 3.20.1
#test that import: test_tensorboard.py

psutil
psutil==6.0.0
#Description: information on running processes and system utilization
#Pinned versions:
#Pinned versions: 6.0.0
#test that import: test_profiler.py, test_openmp.py, test_dataloader.py

pytest==7.3.2
Expand Down
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Python dependencies required for development
astunparse
astunparse==1.6.3
expecttest>=0.2.1
hypothesis
numpy
psutil
pyyaml
requests
hypothesis==5.35.1
numpy==1.21.2
psutil==6.0.0
pyyaml==6.0.1
requests==2.32.3
# Setuptools>=74.0.0 stopped support for directly using private funcs(_msvccompiler)
# and consolidated all compiler logic in distutils used in Pytorch build, so older
# is required until pytorch build not refactored to work for latest setuptools.
setuptools<=72.1.0
types-dataclasses
types-dataclasses==0.6.6
typing-extensions>=4.8.0
sympy==1.12.1 ; python_version == "3.8"
sympy==1.13.1 ; python_version >= "3.9"
filelock
networkx
jinja2
fsspec
lintrunner
ninja
packaging
filelock==3.13.1
networkx==2.8.8
jinja2==3.1.4
fsspec==2024.6.1
lintrunner==0.12.5
ninja==1.10.2
packaging==24.1
optree>=0.12.0 ; python_version <= "3.12"

0 comments on commit ff8563c

Please sign in to comment.