Skip to content

Commit

Permalink
fix_CI_error (microsoft#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf authored Oct 22, 2022
1 parent bcd33c8 commit 0bd2385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ def get_version(rel_path: str) -> str:
"baostock",
"yahooquery",
"beautifulsoup4",
# The 5.0.0 version of importlib-metadata removed the deprecated endpoint,
# which prevented flake8 from working properly, so we restricted the version of importlib-metadata.
"importlib-metadata<5.0.0",
"tianshou",
"gym>=0.24", # If you do not put gym at the end, gym will degrade causing pytest results to fail.
],
Expand Down

0 comments on commit 0bd2385

Please sign in to comment.