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

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

parent c6e9ff09
Branches
Tags
1 merge request!77meta(deps): add bob as dependency in new structure
Pipeline #74734 passed
...@@ -21,19 +21,20 @@ requirements: ...@@ -21,19 +21,20 @@ requirements:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- pip {{ pip }} - pip {{ pip }}
- numpy {{ numpy }} - bob
- dask {{ dask }} - dask {{ dask }}
- dask-ml {{ dask_ml }} - dask-ml {{ dask_ml }}
- h5py {{ h5py }} - h5py {{ h5py }}
- h5py >=3 - numpy {{ numpy }}
- scikit-learn {{ scikit_learn }} - scikit-learn {{ scikit_learn }}
run: run:
- python - python
- setuptools - setuptools
- {{ pin_compatible('numpy') }} - bob
- {{ pin_compatible('dask') }} - {{ pin_compatible('dask') }}
- {{ pin_compatible('dask-ml') }} - {{ pin_compatible('dask-ml') }}
- {{ pin_compatible('h5py') }} - {{ pin_compatible('h5py') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('scikit-learn') }} - {{ pin_compatible('scikit-learn') }}
test: test:
......
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"setuptools", "bob",
"dask", "dask",
"dask-ml", "dask-ml",
"h5py >= 3", "h5py",
"scikit-learn", "scikit-learn",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment