Skip to content

Commit 4ebfc5b

Browse files
Bump the pip group across 2 directories with 5 updates (#46)
Bumps the pip group with 2 updates in the /MultiPruner directory: [setuptools](https://github.com/pypa/setuptools) and [torch](https://github.com/pytorch/pytorch). Bumps the pip group with 5 updates in the /SparAMX directory: | Package | From | To | | --- | --- | --- | | [setuptools](https://github.com/pypa/setuptools) | `73.0.1` | `78.1.1` | | [torch](https://github.com/pytorch/pytorch) | `2.7.0` | `2.7.1` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.4` | | [tornado](https://github.com/tornadoweb/tornado) | `6.4.2` | `6.5` | | [transformers](https://github.com/huggingface/transformers) | `4.48.0` | `4.50.0` | Updates `setuptools` from 70.0.0 to 78.1.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v70.0.0...v78.1.1) Updates `torch` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.7.0...v2.7.1) Updates `setuptools` from 73.0.1 to 78.1.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v70.0.0...v78.1.1) Updates `torch` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.7.0...v2.7.1) Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) Updates `tornado` from 6.4.2 to 6.5 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.4.2...v6.5.0) Updates `transformers` from 4.48.0 to 4.50.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.48.0...v4.50.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-version: '6.5' dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.50.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4b73a1 commit 4ebfc5b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

MultiPruner/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
numpy<2.0.0
2-
setuptools==70.0.0
2+
setuptools==78.1.1
33
datasets
44
accelerate
55
sentencepiece
66
protobuf
77
bitsandbytes
88
lm-eval==0.4.2
9-
torch==2.7.0
9+
torch==2.7.1

SparAMX/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,22 @@ pytz==2024.2
8484
PyYAML==6.0.2
8585
pyzmq==26.2.0
8686
regex==2024.7.24
87-
requests==2.32.3
87+
requests==2.32.4
8888
safetensors==0.4.4
8989
seaborn==0.13.2
9090
sentencepiece==0.2.0
91-
setuptools==73.0.1
91+
setuptools==78.1.1
9292
six==1.16.0
9393
sparse_linear==0.0.0
9494
stack-data==0.6.3
9595
sympy==1.13.2
9696
tf2onnx==1.16.1
9797
tokenizers==0.19.1
98-
torch==2.7.0
99-
tornado==6.4.2
98+
torch==2.7.1
99+
tornado==6.5
100100
tqdm==4.66.5
101101
traitlets==5.14.3
102-
transformers==4.48.0
102+
transformers==4.50.0
103103
typing_extensions==4.12.2
104104
tzdata==2024.1
105105
urllib3==2.2.2

0 commit comments

Comments
 (0)