Skip to content

Commit c6390df

Browse files
committed
Require psy-simple>1.0.1
1 parent f093e10 commit c6390df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run_tests(self):
5757
packages=find_packages(exclude=['docs', 'tests*', 'examples']),
5858
install_requires=[
5959
'psyplot',
60-
'psy-simple',
60+
'psy-simple>1.0.1',
6161
'statsmodels',
6262
'scipy',
6363
],

0 commit comments

Comments
 (0)