We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ec1cd commit 32d1e37Copy full SHA for 32d1e37
setup.py
@@ -31,6 +31,6 @@ def readme():
31
license='MIT',
32
packages=['diffeqpy','diffeqpy.tests'],
33
install_requires=['julia>=0.2',
34
- 'julia_project @ git+https://github.com/jlapeyre/julia_project.git'],
+ 'julia_project>=0.0.21'],
35
include_package_data=True,
36
zip_safe=False)
0 commit comments