Skip to content

Commit 74cda5a

Browse files
committed
Fix flake on CI
1 parent 9b96cd4 commit 74cda5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def find_version(*file_paths: str) -> str:
7474
"flake8>=3.7,<4",
7575
"flake8-bugbear",
7676
"isort>=4.3,<5.2.0",
77+
"importlib-metadata<5.0",
7778
],
7879
"test": ["pytest"],
7980
"demo": ["streamlit>=0.86.0", "stqdm"],

0 commit comments

Comments
 (0)