mirror of
https://github.com/13hannes11/situr.git
synced 2024-09-03 20:50:58 +02:00
fix package setup
This commit is contained in:
@@ -1,10 +1 @@
|
|||||||
numpy>=1.21.0
|
.
|
||||||
|
|
||||||
open3d>=0.13.0
|
|
||||||
Pillow>=8.3.1
|
|
||||||
probreg>=0.3.4
|
|
||||||
|
|
||||||
scikit-image>=0.18.2
|
|
||||||
scikit-learn>=0.24.2
|
|
||||||
scipy>=1.7.0
|
|
||||||
|
|
||||||
|
|||||||
9
setup.py
9
setup.py
@@ -8,4 +8,13 @@ setup(name='situr',
|
|||||||
author_email='hannes@kuchelmeister.org',
|
author_email='hannes@kuchelmeister.org',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
packages=find_namespace_packages(include=['situr.*']),
|
packages=find_namespace_packages(include=['situr.*']),
|
||||||
|
install_requires=[
|
||||||
|
'numpy>=1.21.0',
|
||||||
|
'open3d>=0.13.0',
|
||||||
|
'Pillow>=8.3.1',
|
||||||
|
'probreg>=0.3.4',
|
||||||
|
'scikit-image>=0.18.2',
|
||||||
|
'scikit-learn>=0.24.2',
|
||||||
|
'scipy>=1.7.0'
|
||||||
|
],
|
||||||
zip_safe=False)
|
zip_safe=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user