Skip to content

Commit 12089c7

Browse files
authored
Update gluonts.shell requirements (#3233)
*Issue #, if available:* - https://github.com/awslabs/gluonts/security/dependabot/31 - https://github.com/awslabs/gluonts/security/dependabot/32 *Description of changes:* - Update waitress to the minimum recommended version as per the above issues - Update flask to the latest release - Enable gluonts.shell tests in the PyTorch tests workflow By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Please tag this pr with at least one of these labels to make our release process faster:** BREAKING, new feature, bug fix, other change, dev setup
1 parent 7c7ed7b commit 12089c7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/tests-torch.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
2323
run: |
24-
pip install ".[arrow]" \
24+
pip install ".[arrow,torch,shell]" \
2525
-r requirements/requirements-test.txt \
26-
-r requirements/requirements-extras-m-competitions.txt \
27-
-r requirements/requirements-pytorch.txt
26+
-r requirements/requirements-extras-m-competitions.txt
2827
pip install --no-deps -r requirements/requirements-extras-cpflows.txt
2928
- name: Test with pytest
3029
run: |
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
flask~=2.0
2-
waitress~=2.1.2
1+
flask~=3.0
2+
waitress~=3.0.1

0 commit comments

Comments
 (0)