Skip to content

Commit

Permalink
change matplotlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeceglie committed Jul 2, 2019
1 parent f6be9d9 commit 20661a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jupyter-console==5.2.0
jupyter-core==4.4.0
kiwisolver==1.0.1
MarkupSafe==1.0
matplotlib==3.0.3
matplotlib==2.2.2
mistune==0.8.3
nbconvert==5.3.1
nbformat==4.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h5py==2.7.1
matplotlib == 3.0.3
matplotlib == 2.2.2
numpy==1.12
patsy==0.5.0
pandas==0.23.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

INSTALL_REQUIRES = [
'h5py >= 2.7.1',
'matplotlib >= 3.0.3',
'matplotlib >= 2.2.2',
'numpy >= 1.12',
'pandas >= 0.23.0',
'pvlib >= 0.6.0, <0.7.0',
Expand Down

0 comments on commit 20661a8

Please sign in to comment.