Skip to content

Commit

Permalink
require matplotlib (#39)
Browse files Browse the repository at this point in the history
* require matplotlib

* no version on matplotlib dep

* add in req file
  • Loading branch information
akaszynski authored Jun 11, 2021
1 parent 38a7d45 commit 8e35f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ numpy>=1.14.0
pyvista>=0.27.2
appdirs>=1.4.0
tqdm>=4.45.0
matplotlib>=3.0.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def compilerName():
install_requires = ['numpy>=1.14.0',
'pyvista>=0.30.1',
'appdirs>=1.4.0',
'matplotlib>=3.0.0',
'tqdm>=4.45.0']


Expand Down

0 comments on commit 8e35f0d

Please sign in to comment.