add float_raster as dependency'
This commit is contained in:
parent
beb13d7d67
commit
144b3f6441
1 changed files with 3 additions and 2 deletions
5
setup.py
5
setup.py
|
|
@ -10,10 +10,11 @@ setup(name='gridlock',
|
||||||
url='https://mpxd.net/gogs/jan/gridlock',
|
url='https://mpxd.net/gogs/jan/gridlock',
|
||||||
packages=['gridlock'],
|
packages=['gridlock'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy'
|
'numpy',
|
||||||
|
'float_raster',
|
||||||
],
|
],
|
||||||
dependency_links=[
|
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={
|
extras_require={
|
||||||
'visualization': ['matplotlib'],
|
'visualization': ['matplotlib'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue