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
4acfa8c4
Commit
4acfa8c4
authored
Sep 13, 2016
by
theos
Browse files
The setup checks now for the minimum required version of d2o.
parent
9b9979aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
4acfa8c4
...
...
@@ -43,8 +43,8 @@ setup(name="ift_nifty",
include_dirs
=
[
numpy
.
get_include
()],
dependency_links
=
[
'git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers'
,
'git+https://gitlab.mpcdf.mpg.de/ift/d2o.git#egg=d2o'
],
install_requires
=
[
'keepers'
,
'd2o'
],
'git+https://gitlab.mpcdf.mpg.de/ift/d2o.git#egg=d2o
-1.0.2
'
],
install_requires
=
[
'keepers'
,
'd2o
>=1.0.2
'
],
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