Skip to content

Commit

Permalink
adding extra requirement for skimage (to fix build).
Browse files Browse the repository at this point in the history
  • Loading branch information
tgandor committed Dec 31, 2020
1 parent cf9a75d commit f282166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def version(*parts):
'itk',
'itk-thickness3d',
'networkx',
'scikit-image',
'SimpleITK',
'vtk',
]
Expand All @@ -49,6 +50,7 @@ def version(*parts):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
]
, project_urls={
'Source': 'https://github.com/K3D-tools/chunky3d',
Expand Down

0 comments on commit f282166

Please sign in to comment.