-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed GDAL from setup, added additional install info to README.md, …
…update of license, contributors and order of README.md
- Loading branch information
BatchelorJ
authored and
BatchelorJ
committed
Apr 6, 2020
1 parent
e95db0f
commit 2634d96
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
author_email='[email protected]', | ||
license='Apache License 2.0', | ||
packages=['geodepy'], | ||
install_requires=['numpy', 'scipy', 'gdal']) | ||
install_requires=['numpy', 'scipy']) |