Skip to content

Commit c192977

Browse files
authored
Change symengine requirement to >= instead of ==
1 parent 9b10a27 commit c192977

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
@@ -10,6 +10,6 @@
1010
license='MIT',
1111
include_package_data=True,
1212
packages=find_packages(),
13-
install_requires=['numpy', 'scipy', 'sympy', 'symengine==0.4', 'jitcdde==1.4', 'jitcxde_common==1.4.1'],
13+
install_requires=['numpy', 'scipy', 'sympy', 'symengine>=0.4', 'jitcdde==1.4', 'jitcxde_common==1.4.1'],
1414
tests_require=['pytest'],
1515
setup_requires=["pytest-runner"])

0 commit comments

Comments
 (0)