|
|
@ -14,7 +14,7 @@ if sys.version_info[0] == 2: |
|
|
|
sys.exit('Sorry, Python 2.x is not supported') |
|
|
|
|
|
|
|
# Minimal storm version required |
|
|
|
storm_min_version = "1.4.0" |
|
|
|
storm_min_version = "1.4.1" |
|
|
|
|
|
|
|
# Get the long description from the README file |
|
|
|
with open(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md'), encoding='utf-8') as f: |
|
|
@ -235,7 +235,7 @@ setup( |
|
|
|
|
|
|
|
cmdclass={'build_ext': CMakeBuild}, |
|
|
|
zip_safe=False, |
|
|
|
install_requires=['pycarl>=2.0.3'], |
|
|
|
install_requires=['pycarl>=2.0.4'], |
|
|
|
setup_requires=['pytest-runner'], |
|
|
|
tests_require=['pytest'], |
|
|
|
python_requires='>=3', |
|
|
|