Skip to content

Commit c071527

Browse files
author
meihuisu
committed
Merge branch 'withAnaconda3' of github.com:SCECcode/ucvm_plotting into withAnaconda3
2 parents f9b225f + 2305637 commit c071527

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-1.04 KB
Binary file not shown.

dist/ucvm_plotting-0.0.6.tar.gz

-91 KB
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
MAINTAINER = AUTHOR
1616
MAINTAINER_EMAIL = AUTHOR_EMAIL
1717
LICENSE = "Apache 2.0 license"
18-
URL = "https://github.com/SCEC/ucvm_plotting"
18+
URL = "https://github.com/SCECcode/ucvm_plotting"
1919
DESCRIPTION = "Python code extensions for UCVM and plotting library for the SCEC UCVM"
2020

2121
with open("README.md") as f:
@@ -34,7 +34,7 @@
3434
"License :: OSI Approved :: {}".format(LICENSE),
3535
]
3636
PLATFORMS = "Any"
37-
INSTALL_REQUIRES = ["numpy", "matplotlib", "basemap", "packaging"]
37+
INSTALL_REQUIRES = ["numpy", "matplotlib", "basemap", "basemap-data", "basemap-data-hires", "packaging"]
3838
KEYWORDS = ["UCVM"]
3939

4040
if __name__ == "__main__":

0 commit comments

Comments
 (0)