Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/2.4] Pin the required package versions #1586

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:

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 All @@ -177,7 +177,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