Skip to content

Commit

Permalink
don't pin matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjohnstone authored Jul 21, 2020
1 parent a097a06 commit 59a2292
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 @@ -28,7 +28,7 @@
install_requires=[
"diffpy.structure >= 3",
"h5py",
"matplotlib >= 3.3",
"matplotlib",
"numpy",
"scipy",
"tqdm",
Expand Down

0 comments on commit 59a2292

Please sign in to comment.