add float_raster as dependency'
This commit is contained in:
parent
beb13d7d67
commit
144b3f6441
5
setup.py
5
setup.py
@ -10,10 +10,11 @@ setup(name='gridlock',
|
||||
url='https://mpxd.net/gogs/jan/gridlock',
|
||||
packages=['gridlock'],
|
||||
install_requires=[
|
||||
'numpy'
|
||||
'numpy',
|
||||
'float_raster',
|
||||
],
|
||||
dependency_links=[
|
||||
'git+https://mpxd.net/gogs/jan/float_raster.git@release'
|
||||
'git+https://mpxd.net/gogs/jan/float_raster.git@release#egg=float_raster-0.1'
|
||||
],
|
||||
extras_require={
|
||||
'visualization': ['matplotlib'],
|
||||
|
Loading…
Reference in New Issue
Block a user