Skip to content

Commit 8509cd2

Browse files
author
Paul Miles
authored
Merge pull request #20 from prmiles/dev_1.0.1
Updated installation requirements
2 parents 2204bb6 + cb85924 commit 8509cd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mcmcplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_version():
3939
package_dir={'mcmcplot': 'mcmcplot'},
4040
packages=find_packages(),
4141
zip_safe=False,
42-
install_requires=['numpy>=1.14', 'scipy>=1.0', 'matplotlib>=2.2.0', 'h5py>=2.7.0', 'statsmodels>=0.9.0', 'seaborn>=0.9.0'],
42+
install_requires=['numpy>=1.14', 'scipy>=1.0', 'matplotlib>=3.0.0', 'h5py>=2.7.0', 'statsmodels>=0.9.0', 'seaborn>=0.9.0'],
4343
extras_require = {'docs': ['sphinx'], 'plotting': ['matplotlib', 'seaborn'],},
4444
classifiers=['License :: OSI Approved :: MIT License',
4545
'Natural Language :: English',

0 commit comments

Comments
 (0)