Skip to content

Commit

Permalink
setup.py - add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Dec 6, 2022
1 parent d6e1204 commit 64b14da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 64b14da

Please sign in to comment.