Skip to content
Snippets Groups Projects
Commit 5afdfe49 authored by OLD Chris's avatar OLD Chris
Browse files

Cleaned up setup.py to match conda install.


Signed-off-by: default avatarOLD Chris <cold2@ed.ac.uk>
parent 70f51e5a
No related branches found
No related tags found
1 merge request!59Cleaned up setup.py to match conda install.
...@@ -12,7 +12,6 @@ setup(name='waveval', ...@@ -12,7 +12,6 @@ setup(name='waveval',
zip_safe=False, zip_safe=False,
python_requires='>=3.7', python_requires='>=3.7',
install_requires=[ install_requires=[
'sqlite3',
'netcdf4', 'netcdf4',
'cartopy', 'cartopy',
'matplotlib', 'matplotlib',
......
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