Skip to content
Snippets Groups Projects
Commit 4bbed994 authored by Greg Quinn's avatar Greg Quinn
Browse files

Remove matplotlib dependency

parent bfb21080
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ def run_setup():
setup(name='InterCal',
version='DEV',
packages=find_packages(),
install_requires=['matplotlib', 'nose', 'numpy', 'pyhdf'],
install_requires=['nose', 'numpy', 'pyhdf'],
zip_safe=False)
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment