Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: require flake<5.0.0 #47

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ opensmile >=2.4.0
jupyter
jupyter-sphinx
librosa
onnx <=1.13.0 # https://github.com/audeering/audonnx/issues/48
protobuf <=3.20.1 # avoid TypeError: Descriptors cannot not be created directly
torch
sphinx
Expand Down
4 changes: 4 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ opensmile >=2.3.0
# Avoid pip error on Python 3.7,
# compare https://github.com/audeering/audonnx/runs/5737150095
audobject >=0.7.1
# To avoid https://github.com/tholo/pytest-flake8/issues/87
flake8 <5.0.0
# To work with flake8<5.0.0, https://stackoverflow.com/a/73932581
importlib-metadata <5.0.0
pytest
pytest-flake8
pytest-doctestplus
Expand Down