Skip to content

Commit

Permalink
Merge pull request #32 from fusion-energy/relax_matplotlib_requirement
Browse files Browse the repository at this point in the history
allowing mplt above 3.2.2 to be installed
  • Loading branch information
shimwell authored Nov 10, 2021
2 parents f267d03 + 76ccbf0 commit 247201c
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 @@ -30,6 +30,6 @@
python_requires='>=3.6',
install_requires=[
'numpy>=1.9',
'matplotlib >= 3.4.3'
'matplotlib >= 3.2.2'
],
)

0 comments on commit 247201c

Please sign in to comment.