Skip to content

Commit

Permalink
pip install files to matplotlib (not base)
Browse files Browse the repository at this point in the history
  • Loading branch information
asarnow committed Jul 8, 2024
1 parent 7dc5904 commit e577291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numba>=0.41
numpy>=1.14
scipy>=1.2
matplotlib-base>=2.2
matplotlib>=2.2
seaborn>=0.9
pandas>=0.23.4
pathos>=0.2.1
Expand Down
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='Daniel Asarnow',
author_email='[email protected]',
description='Python programs for electron microscopy',
install_requires=['numba', 'numpy', 'scipy', 'matplotlib-base',
install_requires=['numba', 'numpy', 'scipy', 'matplotlib',
'seaborn', 'pandas', 'pathos', 'pyfftw',
'healpy', 'natsort', 'starfile'],
zip_safe=False,
Expand Down

0 comments on commit e577291

Please sign in to comment.