Skip to content

Commit 4edc3ed

Browse files
committed
Document dependencies
1 parent 37edd4a commit 4edc3ed

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
matplotlib
2+
numpy

Diff for: setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def run_tests(self):
4444
ext_package='cmocean',
4545
scripts = [],
4646
keywords = ['colormaps', 'oceanography', 'plotting', 'visualization'],
47+
setup_requires=['setuptools'],
48+
install_requires=['matplotlib', 'numpy'],
4749
tests_require=['pytest'],
4850
extras_require=extras_require
4951
)

0 commit comments

Comments
 (0)