Skip to content
Snippets Groups Projects
Commit cf4ec5dc authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: make more dependencies optional

parent 14a3fbc6
No related branches found
No related tags found
1 merge request!27MAINT: make more dependencies optional
Pipeline #17815 failed
...@@ -155,12 +155,16 @@ def setup_package(): ...@@ -155,12 +155,16 @@ def setup_package():
author='Henrik tom Wörden', author='Henrik tom Wörden',
author_email='h.tomwoerden@indiscale.com', author_email='h.tomwoerden@indiscale.com',
install_requires=["caosdb>=0.6.0", install_requires=["caosdb>=0.6.0",
"openpyxl>=3.0.0",
"pandas>=1.2.0", "pandas>=1.2.0",
"numpy>=1.17.3", "numpy>=1.17.3",
"xlrd>=2.0",
], ],
extras_require={"h5-crawler": ["h5py>=3.3.0", ], extras_require={"h5-crawler": ["h5py>=3.3.0", ],
"table-importer": [
"xlrd>=2.0", # indirectly via pandas
],
"scifolder": [
"openpyxl>=3.0.0", # indirectly via pandas
],
}, },
packages=find_packages('src'), packages=find_packages('src'),
package_dir={'': 'src'}, package_dir={'': 'src'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment