Skip to content

Commit

Permalink
Move 'extras' dependencies to required.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Jan 31, 2024
1 parent 782203d commit ace1892
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pygmtsar/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ def get_version():
'imageio',
'matplotlib',
'adjustText',
'seaborn'
'seaborn',
'vtk',
'panel'
],
extras_require={
'vtk_support': ['vtk', 'panel']
},
# extras_require={
# 'vtk_support': ['vtk', 'panel']
# },
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit ace1892

Please sign in to comment.