Browse Source

Increased required Storm version

refactoring
Matthias Volk 7 years ago
parent
commit
1ac1066325
  1. 3
      CHANGELOG.md
  2. 2
      setup.py

3
CHANGELOG.md

@ -5,6 +5,9 @@ Changelog
Version 1.2.x
-------------
### Version 1.2.x
Requires storm version >= 1.2.2 and pycarl version >= 2.0.2
### Version 1.2.0
Requires storm version >= 1.2.0 and pycarl version >= 2.0.2
- Adaptions to changes in Storm

2
setup.py

@ -15,7 +15,7 @@ if sys.version_info[0] == 2:
sys.exit('Sorry, Python 2.x is not supported')
# Minimal storm version required
storm_min_version = "1.2.0"
storm_min_version = "1.2.2"
class CMakeExtension(Extension):

Loading…
Cancel
Save