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: ...@@ -21,32 +21,34 @@ requirements:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- pip {{ pip }} - pip {{ pip }}
- clapper
# bob dependencies # bob dependencies
- bob
- bob.io.base - bob.io.base
# other libraries # other libraries
- numpy {{ numpy }} - clapper {{ clapper }}
- dask {{ dask }} - dask {{ dask }}
- dask-jobqueue {{ dask_jobqueue }} - dask-jobqueue {{ dask_jobqueue }}
- distributed {{ distributed }} - distributed {{ distributed }}
- scikit-learn {{ scikit_learn }}
- xarray {{ xarray }}
- h5py {{ h5py }} - h5py {{ h5py }}
- numpy {{ numpy }}
- requests {{ requests }} - requests {{ requests }}
- scikit-learn {{ scikit_learn }}
- xarray {{ xarray }}
# optional dependencies # optional dependencies
- dask-ml {{ dask_ml }} - dask-ml {{ dask_ml }}
run: run:
- python - python
- setuptools - setuptools
- clapper - bob
- bob.io.base - bob.io.base
- {{ pin_compatible('numpy') }} - {{ pin_compatible('clapper') }}
- {{ pin_compatible('dask') }} - {{ pin_compatible('dask') }}
- {{ pin_compatible('dask-jobqueue') }} - {{ pin_compatible('dask-jobqueue') }}
- {{ pin_compatible('distributed') }} - {{ pin_compatible('distributed') }}
- {{ pin_compatible('h5py') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('scikit-learn') }} - {{ pin_compatible('scikit-learn') }}
- {{ pin_compatible('xarray') }} - {{ pin_compatible('xarray') }}
- {{ pin_compatible('h5py') }}
- requests - requests
run_constrained: run_constrained:
- {{ pin_compatible('dask-ml') }} - {{ pin_compatible('dask-ml') }}
......
...@@ -26,17 +26,17 @@ ...@@ -26,17 +26,17 @@
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"setuptools", "bob",
"numpy",
"clapper",
"bob.io.base", "bob.io.base",
"scikit-learn", "clapper",
"dask", "dask",
"distributed",
"dask-jobqueue", "dask-jobqueue",
"xarray", "distributed",
"h5py", "h5py",
"numpy",
"requests", "requests",
"scikit-learn",
"xarray",
] ]
[project.urls] [project.urls]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment