Skip to content

Commit 469959d

Browse files
committed
added comment in setup.py about dependencies
1 parent b631034 commit 469959d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ def readlocal(fname):
1313
AUTHOR_EMAIL = '[email protected]'
1414
DESCRIPTION = "Graphical User Interface for LArray library"
1515
LONG_DESCRIPTION = readlocal("README.rst")
16-
INSTALL_REQUIRES = ['larray'] # pyqt, qtpy and matplotlib required (see conda recipe)
16+
# pyqt cannot be installed via pypi. Dependencies (pyqt, qtpy and matplotlib) moved to conda recipe
17+
INSTALL_REQUIRES = ['larray']
1718
TESTS_REQUIRE = ['pytest']
1819
SETUP_REQUIRES = ['pytest-runner']
1920

0 commit comments

Comments
 (0)