Skip to content

Commit 05a145b

Browse files
Update setup.py
1 parent a81b522 commit 05a145b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ def readme():
2828
author_email='[email protected]',
2929
license='MIT',
3030
packages=['diffeqpy','diffeqpy.tests'],
31-
install_requires=['juliacall>=0.9.28', 'jill'],
31+
install_requires=['juliacall>=0.9.26', 'jill'],
3232
include_package_data=True,
3333
zip_safe=False)

0 commit comments

Comments
 (0)