Skip to content
Snippets Groups Projects
Commit 380916a7 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Added matplotlib dependency.

parent dabad317
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,8 @@ PACKAGES = find_packages(exclude=['tests']) ...@@ -174,7 +174,8 @@ PACKAGES = find_packages(exclude=['tests'])
INSTALL_REQUIRES = ['numpy', INSTALL_REQUIRES = ['numpy',
'torch', 'torch',
'scipy', 'scipy',
'gdal' 'gdal',
'matplotlib'
] ]
# Specify which Python versions you support. In contrast to the # Specify which Python versions you support. In contrast to the
......
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