Skip to content

Commit 32d1e37

Browse files
committed
Get julia_project from pypi instead of github url
1 parent 52ec1cd commit 32d1e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ def readme():
3131
license='MIT',
3232
packages=['diffeqpy','diffeqpy.tests'],
3333
install_requires=['julia>=0.2',
34-
'julia_project @ git+https://github.com/jlapeyre/julia_project.git'],
34+
'julia_project>=0.0.21'],
3535
include_package_data=True,
3636
zip_safe=False)

0 commit comments

Comments
 (0)