Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1861c8e commit 08de1a1Copy full SHA for 08de1a1
setup.py
@@ -154,6 +154,9 @@ def get_version(rel_path: str) -> str:
154
"baostock",
155
"yahooquery",
156
"beautifulsoup4",
157
+ # The 5.0.0 version of importlib-metadata removed the deprecated endpoint,
158
+ # which prevented flake8 from working properly, so we restricted the version of importlib-metadata.
159
+ "importlib-metadata<5.0.0",
160
"tianshou",
161
"gym>=0.24", # If you do not put gym at the end, gym will degrade causing pytest results to fail.
162
],
0 commit comments