Datasets:
ArXiv:
License:
File size: 161 Bytes
674e95d |
1 2 3 4 |
from setuptools import setup, find_packages
setup(name='qdgset', version='0.1', packages=find_packages(), install_requires=['zarr', 'fsspec',"open3d","numpy"])
|