Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
IMAGINE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
IMAGINE
Commits
18ac8148
Commit
18ac8148
authored
May 13, 2018
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dependencies
parent
3b63170b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
18ac8148
...
...
@@ -41,7 +41,7 @@ setup(name = "imagine",
package_data
=
{
'imagine.observers.hammurapy'
:
[
'input/*'
],},
package_dir
=
{
"imagine"
:
"imagine"
},
dependency_links
=
[
'git+https://gitlab.mpcdf.mpg.de/ift/nifty.git/@
master#egg=
nifty-3.0.3'
],
'git+https://gitlab.mpcdf.mpg.de/ift/nifty.git/@
NIFTy_3#egg=ift_
nifty-3.0.3'
],
install_requires
=
[
'ift_nifty>=3.0.3'
,
'simplejson'
],
zip_safe
=
False
,
classifiers
=
[
...
...
@@ -49,4 +49,4 @@ setup(name = "imagine",
"Topic :: Utilities"
,
"License :: OSI Approved :: GNU General Public License v3 "
"or later (GPLv3+)"
],
)
\ No newline at end of file
)
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