mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
build(deps): bump the pip group across 1 directory with 2 updates (#2654)
Updates the requirements on [torch](https://github.com/pytorch/pytorch) and [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. Updates `torch` to 2.6.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.2.1...v2.6.0) Updates `gunicorn` to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
dcee1b6d55
commit
13ce966caa
|
|
@ -27,7 +27,7 @@ jieba = "^0.42.1"
|
|||
diskcache = "^5.6.3"
|
||||
pillow = "^10.2.0"
|
||||
filetype = "^1.2.0"
|
||||
torch = "2.2.1"
|
||||
torch = "2.6.0"
|
||||
sentence-transformers = "^2.2.2"
|
||||
openai = "^1.13.3"
|
||||
tiktoken = "^0.7.0"
|
||||
|
|
@ -49,7 +49,7 @@ httpx-sse = "^0.4.0"
|
|||
websockets = "^13.0"
|
||||
openpyxl = "^3.1.2"
|
||||
xlrd = "^2.0.1"
|
||||
gunicorn = "^22.0.0"
|
||||
gunicorn = "^23.0.0"
|
||||
python-daemon = "3.0.1"
|
||||
boto3 = "^1.34.160"
|
||||
tencentcloud-sdk-python = "^3.0.1209"
|
||||
|
|
|
|||
Loading…
Reference in New Issue