Skip to content
Snippets Groups Projects
Commit 4ea99716 authored by theos's avatar theos
Browse files

Increased dependency version of keepers to 0.2.0.

parent c506ef45
No related branches found
No related tags found
No related merge requests found
......@@ -44,9 +44,9 @@ setup(name="ift_nifty",
]),
include_dirs=[numpy.get_include()],
dependency_links=[
'git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers-0.1.2',
'git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers-0.2.0',
'git+https://gitlab.mpcdf.mpg.de/ift/d2o.git#egg=d2o-1.0.4'],
install_requires=['keepers>=0.1.2', 'd2o>=1.0.4'],
install_requires=['keepers>=0.2.0', 'd2o>=1.0.4'],
package_data={'nifty.demos': ['demo_faraday_map.npy'],
},
license="GPLv3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment