Skip to content

Commit 9fa4144

Browse files
committed
Updated required Storm and pycarl versions
1 parent dc14af8 commit 9fa4144

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
name: Test on stable
8787
runs-on: ubuntu-latest
8888
env:
89-
RELEASE_IMG: "storm:1.6.4"
90-
DEBUG_IMG: "storm:1.6.4-debug"
89+
RELEASE_IMG: "storm:stable"
90+
DEBUG_IMG: "storm:stable-debug"
9191
strategy:
9292
matrix:
9393
debugOrRelease: ["debug", "release"]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
sys.exit('Sorry, Python 2.x is not supported')
1515

1616
# Minimal storm version required
17-
storm_min_version = "1.6.5"
17+
storm_min_version = "1.7.0"
1818

1919
# Get the long description from the README file
2020
with open(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md'), encoding='utf-8') as f:
@@ -274,7 +274,7 @@ def build_extension(self, ext, general_cmake_args, general_build_args):
274274

275275
cmdclass={'build_ext': CMakeBuild},
276276
zip_safe=False,
277-
install_requires=['pycarl>=2.0.5'],
277+
install_requires=['pycarl>=2.1.0'],
278278
setup_requires=['pytest-runner'],
279279
tests_require=['pytest', 'nbval', 'numpy'],
280280
extras_require={

0 commit comments

Comments
 (0)