Skip to content
Snippets Groups Projects
Verified Commit ceecec3b authored by Yannick DAYER's avatar Yannick DAYER
Browse files

meta(deps): add bob as dependency in new structure

parent 2fa2ec43
No related branches found
No related tags found
1 merge request!115meta(deps): add bob as dependency in new structure
Pipeline #74731 passed
[settings]
line_length=88
order_by_type=true
lines_between_types=1
......@@ -21,32 +21,34 @@ requirements:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- clapper
# bob dependencies
- bob
- bob.io.base
# other libraries
- numpy {{ numpy }}
- clapper {{ clapper }}
- dask {{ dask }}
- dask-jobqueue {{ dask_jobqueue }}
- distributed {{ distributed }}
- scikit-learn {{ scikit_learn }}
- xarray {{ xarray }}
- h5py {{ h5py }}
- numpy {{ numpy }}
- requests {{ requests }}
- scikit-learn {{ scikit_learn }}
- xarray {{ xarray }}
# optional dependencies
- dask-ml {{ dask_ml }}
run:
- python
- setuptools
- clapper
- bob
- bob.io.base
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('clapper') }}
- {{ pin_compatible('dask') }}
- {{ pin_compatible('dask-jobqueue') }}
- {{ pin_compatible('distributed') }}
- {{ pin_compatible('h5py') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('scikit-learn') }}
- {{ pin_compatible('xarray') }}
- {{ pin_compatible('h5py') }}
- requests
run_constrained:
- {{ pin_compatible('dask-ml') }}
......
......@@ -26,17 +26,17 @@
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"setuptools",
"numpy",
"clapper",
"bob",
"bob.io.base",
"scikit-learn",
"clapper",
"dask",
"distributed",
"dask-jobqueue",
"xarray",
"distributed",
"h5py",
"numpy",
"requests",
"scikit-learn",
"xarray",
]
[project.urls]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment