Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ift
NIFTy
Commits
7d60d0cd
Commit
7d60d0cd
authored
Dec 05, 2016
by
Theo Steininger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated versions.
parent
41f48908
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
nifty/version.py
nifty/version.py
+1
-1
setup.py
setup.py
+2
-2
No files found.
nifty/version.py
View file @
7d60d0cd
...
...
@@ -4,4 +4,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__
=
'3.0.1'
\ No newline at end of file
__version__
=
'3.0.2'
\ No newline at end of file
setup.py
View file @
7d60d0cd
...
...
@@ -45,9 +45,9 @@ setup(name="ift_nifty",
]),
include_dirs
=
[
numpy
.
get_include
()],
dependency_links
=
[
'git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers-0.3.
3
'
,
'git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers-0.3.
5
'
,
'git+https://gitlab.mpcdf.mpg.de/ift/d2o.git#egg=d2o-1.0.4'
],
install_requires
=
[
'keepers>=0.3.
3
'
,
'd2o>=1.0.4'
],
install_requires
=
[
'keepers>=0.3.
5
'
,
'd2o>=1.0.4'
],
package_data
=
{
'nifty.demos'
:
[
'demo_faraday_map.npy'
],
},
license
=
"GPLv3"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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