Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
4ea99716
Commit
4ea99716
authored
Oct 07, 2016
by
theos
Browse files
Increased dependency version of keepers to 0.2.0.
parent
c506ef45
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
4ea99716
...
...
@@ -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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment