Skip to content

Commit

Permalink
Get julia_project from pypi instead of github url
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Jan 11, 2022
1 parent 52ec1cd commit 32d1e37
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 @@ -31,6 +31,6 @@ def readme():
license='MIT',
packages=['diffeqpy','diffeqpy.tests'],
install_requires=['julia>=0.2',
'julia_project @ git+https://github.com/jlapeyre/julia_project.git'],
'julia_project>=0.0.21'],
include_package_data=True,
zip_safe=False)

0 comments on commit 32d1e37

Please sign in to comment.