Skip to content

Commit

Permalink
[release/2.3] Pin the required package versions (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
iupaikov-amd authored Aug 7, 2024
1 parent eb9d964 commit ececb96
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
12 changes: 6 additions & 6 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 @@ -157,9 +157,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 Expand Up @@ -249,9 +249,9 @@ tb-nightly==2.13.0a20230426
#test that import:

# needed by torchgen utils
typing-extensions
typing-extensions==4.12.2
#Description: type hints for python
#Pinned versions:
#Pinned versions: 4.12.2
#test that import:

#virtualenv
Expand Down
33 changes: 16 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# Python dependencies required for development
astunparse
expecttest!=0.2.0
hypothesis
astunparse==1.6.3
expecttest==0.1.6
hypothesis==5.35.1
numpy<2
psutil
pyyaml
requests
setuptools
types-dataclasses
typing-extensions>=4.8.0
psutil==6.0.0
pyyaml==6.0.1
requests==2.32.3
types-dataclasses==0.6.6
typing-extensions==4.12.2
sympy<=1.12.1
filelock
networkx
jinja2
fsspec
filelock==3.13.1
networkx==2.8.8
jinja2==3.1.2
fsspec==2024.6.1
# setuptools was removed from default python install
setuptools ; python_version >= "3.12"
packaging
optree>=0.9.1
lark
setuptools==69.5.1 ; python_version >= "3.12"
packaging==24.1
optree==0.9.1
lark==0.12.0

0 comments on commit ececb96

Please sign in to comment.