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 b631034 commit 469959dCopy full SHA for 469959d
setup.py
@@ -13,7 +13,8 @@ def readlocal(fname):
13
AUTHOR_EMAIL = '[email protected]'
14
DESCRIPTION = "Graphical User Interface for LArray library"
15
LONG_DESCRIPTION = readlocal("README.rst")
16
-INSTALL_REQUIRES = ['larray'] # pyqt, qtpy and matplotlib required (see conda recipe)
+# pyqt cannot be installed via pypi. Dependencies (pyqt, qtpy and matplotlib) moved to conda recipe
17
+INSTALL_REQUIRES = ['larray']
18
TESTS_REQUIRE = ['pytest']
19
SETUP_REQUIRES = ['pytest-runner']
20
0 commit comments