ci : limit requirements versions (#20980)
* set requests version * limit versions outside requirements
This commit is contained in:
parent
3a60d06ad9
commit
8fc85db9d2
3 changed files with 2 additions and 3 deletions
1
.github/workflows/copilot-setup-steps.yml
vendored
1
.github/workflows/copilot-setup-steps.yml
vendored
|
|
@ -54,4 +54,3 @@ jobs:
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install -r requirements/requirements-all.txt -r tools/server/tests/requirements.txt
|
pip install -r requirements/requirements-all.txt -r tools/server/tests/requirements.txt
|
||||||
pip install flake8 pyright pre-commit
|
|
||||||
|
|
|
||||||
2
.github/workflows/gguf-publish.yml
vendored
2
.github/workflows/gguf-publish.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd gguf-py
|
cd gguf-py
|
||||||
python -m pip install poetry
|
python -m pip install poetry==2.3.2
|
||||||
poetry install
|
poetry install
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
docstring_parser~=0.15
|
docstring_parser~=0.15
|
||||||
pydantic~=2.11.7
|
pydantic~=2.11.7
|
||||||
requests
|
requests~=2.32.3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue