Skip to content

Commit

Permalink
hdf5: trying to restrict the numpy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Nov 14, 2015
1 parent b26bba0 commit 9984dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'entry_points': {
'console_scripts': ['worldengine=worldengine.cli.main:main'],
},
'install_requires': ['PyPlatec==1.4.0', 'pypng>=0.0.18', 'numpy>=1.9.2',
'install_requires': ['PyPlatec==1.4.0', 'pypng>=0.0.18', 'numpy>=1.9.2, <= 1.10.0',
'argparse==1.2.1', 'noise==1.2.2', 'protobuf>=2.6.0'],
'license': 'MIT License'
}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deps =
[testenv]
deps =
coverage
numpy
numpy==1.10.0
pygdal==1.10.0.1
{[base]deps}

Expand Down

0 comments on commit 9984dc8

Please sign in to comment.