Skip to content

Commit

Permalink
[release/2.2] Pin the required package versions (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
iupaikov-amd committed Aug 7, 2024
1 parent b92b34d commit a3208ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 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:

sympy==1.12.1
Expand Down Expand Up @@ -153,9 +153,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
31 changes: 15 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Python dependencies required for development
astunparse
expecttest
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
setuptools==69.5.1 ; python_version >= "3.12"
packaging==24.1
optree==0.9.1

0 comments on commit a3208ba

Please sign in to comment.