Skip to content

Commit

Permalink
Update gluonts.shell requirements (awslabs#3233)
Browse files Browse the repository at this point in the history
*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
  • Loading branch information
lostella committed Nov 7, 2024
1 parent b5a70f7 commit bf513dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests-torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install ".[arrow]" \
pip install ".[arrow,torch,shell]" \
-r requirements/requirements-test.txt \
-r requirements/requirements-extras-m-competitions.txt \
-r requirements/requirements-pytorch.txt
-r requirements/requirements-extras-m-competitions.txt
pip install --no-deps -r requirements/requirements-extras-cpflows.txt
- name: Test with pytest
run: |
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-extras-shell.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flask~=2.0
waitress~=2.1.2
flask~=3.0
waitress~=3.0.1

0 comments on commit bf513dd

Please sign in to comment.