Skip to content

Commit

Permalink
Merge pull request #155 from PrimozGodec/add-requirement
Browse files Browse the repository at this point in the history
setup.py - add missing dependencies
  • Loading branch information
PrimozGodec committed Dec 6, 2022
2 parents d6e1204 + 64b14da commit 982eca8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -30,9 +30,13 @@
]

INSTALL_REQUIRES = [
'Orange3 >=3.31.1',
'anyqt',
'BeautifulSoup4',
'numpy',
'Orange3 >=3.31.1',
'orange-widget-base',
'scikit-learn',
'pyqtgraph',
]

EXTRAS_REQUIRE = {
Expand Down

0 comments on commit 982eca8

Please sign in to comment.