Skip to content

Commit

Permalink
Require newest pycarl version
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Jan 2, 2019
1 parent 7268fc1 commit 57f4dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def build_extension(self, ext, general_cmake_args, general_build_args):

cmdclass={'build_ext': CMakeBuild},
zip_safe=False,
install_requires=['pycarl>=2.0.2'],
install_requires=['pycarl>=2.0.3'],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
python_requires='>=3',
Expand Down

0 comments on commit 57f4dfc

Please sign in to comment.