Skip to content

Commit

Permalink
limit importlib to avoid flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbschneider committed Apr 28, 2023
1 parent 47905a9 commit cba6b0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# extra requirements for testing
pre-commit
# limit importlib to avoid flake8 error: https://stackoverflow.com/a/73932581/2745116
importlib-metadata<5.0
flake8
pytest
# Older stable baselines versions do not support gymnasium
Expand Down

0 comments on commit cba6b0b

Please sign in to comment.