Skip to content

Commit

Permalink
Merge pull request #81 from pc494/v0.2.4dev-branch
Browse files Browse the repository at this point in the history
Locking matplotlib version for the 0.2 series
  • Loading branch information
dnjohnstone authored Jul 20, 2020
2 parents 3225ff6 + b8c4e07 commit b2e702c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__name__ = "orix"
__version__ = "0.2.3"
__version__ = "0.2.4"
__author__ = "Ben Martineau, Phillip Crout"
__author_email__ = "[email protected]"
__description__ = (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
install_requires=[
"numpy",
"scipy",
"matplotlib",
"matplotlib < 3.3",
"tqdm"
],
package_data={
Expand Down

0 comments on commit b2e702c

Please sign in to comment.