Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pwsave #34

Merged
merged 7 commits into from
Jan 3, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix minimum numpy version to get rid of compatibility warnings
  • Loading branch information
Valentin Pesendorfer committed Jan 3, 2019
commit bd6e9c462a95645a4e9450a76d517ccf93799b98
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
],
install_requires=['numpy','gdal>=2','h5py','beautifulsoup4','requests','progress','pandas', "cryptography"],
install_requires=['numpy>=1.15.1','gdal>=2','h5py','beautifulsoup4','requests','progress','pandas', "cryptography"],
python_requires='>=2.7.11, <4',
)