Skip to content

Commit

Permalink
[release/2.4] Pin the required package versions (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
iupaikov-amd authored Dec 19, 2024
1 parent f0a620f commit 4cb9abf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
10 changes: 5 additions & 5 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 @@ -166,9 +166,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 All @@ -186,7 +186,7 @@ pytest-flakefinder==1.1.0
#Pinned versions: 1.1.0
#test that import:

pytest-rerunfailures>=10.3
pytest-rerunfailures==14.0
#Description: plugin for rerunning failure tests in pytest
#Pinned versions:
#test that import:
Expand Down
33 changes: 16 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# Python dependencies required for development
astunparse
astunparse==1.6.3
expecttest!=0.2.0
hypothesis
numpy<2
psutil
pyyaml
requests
setuptools
types-dataclasses
hypothesis==5.35.1
numpy==1.20.3
psutil==6.0.0
pyyaml==6.0.1
requests==2.32.3
types-dataclasses==0.6.6
typing-extensions>=4.8.0
sympy<=1.12.1
filelock
networkx
jinja2
fsspec
lintrunner
ninja
filelock==3.13.1
networkx==2.8.8
jinja2==3.1.4
fsspec==2024.6.1
lintrunner==0.12.5
ninja==1.10.2
# setuptools was removed from default python install
setuptools ; python_version >= "3.12"
packaging
optree>=0.11.0
setuptools==69.5.1 ; python_version >= "3.12"
packaging==24.1
optree==0.11.0

0 comments on commit 4cb9abf

Please sign in to comment.