diff --git a/diffsims/version.py b/diffsims/version.py index b88b6400..8fd1c5ad 100644 --- a/diffsims/version.py +++ b/diffsims/version.py @@ -2,7 +2,7 @@ __copyright__ = "Copyright 2017-2019, Diffraction Simulations in Python" __credits__ = ["Duncan Johnstone", "Phillip Crout", "Ben Martineau", "Simon Hogas"] __license__ = "GPL" -__version__ = "0.1.2" +__version__ = "0.1.3" __maintainer__ = "Duncan Johnstone" __email__ = "dnj23@cam.ac.uk" __status__ = "Development" diff --git a/setup.py b/setup.py index 0569ba60..0acf1d55 100644 --- a/setup.py +++ b/setup.py @@ -48,8 +48,7 @@ install_requires=[ 'scipy>=0.15', 'numpy>=1.10', - 'scikit-image==0.15.0', - 'matplotlib==3.0.3', + 'matplotlib>=3.1.1', 'tqdm>=0.4.9', 'transforms3d', 'diffpy.structure>=3.0.0' # First Python 3 support