Skip to content

Commit

Permalink
Remove pyqtgraph from setup.py due to conda build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CPrescher committed Jun 28, 2019
1 parent 2a940a9 commit 20b16e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
author='Clemens Prescher',
author_email="[email protected]",
url='https://github.com/Luindil/glassure/',
install_requires=['numpy', 'scipy', 'lmfit', 'pandas', 'pyqtgraph'],
install_requires=['numpy', 'scipy', 'lmfit', 'pandas'],
test_requires=['mock'],
description='API and GUI for analysis of total scattering data',
classifiers=['Intended Audience :: Science/Research',
Expand Down

0 comments on commit 20b16e1

Please sign in to comment.