diff --git a/conda/meta.yaml b/conda/meta.yaml index 28fb92fcafae9b3f330c67adac64edf451f36901..c23e708259e2a8370c05935d0feadca66805e3b3 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -21,20 +21,22 @@ requirements: - python {{ python }} - setuptools {{ setuptools }} - pip {{ pip }} - - clapper + - bob - bob.measure - bob.learn.em - bob.bio.base + - clapper {{ clapper }} - matplotlib {{ matplotlib }} - numpy {{ numpy }} - scikit-learn {{ scikit_learn }} run: - python - setuptools - - clapper + - bob - bob.measure - bob.learn.em - bob.bio.base + - {{ pin_compatible('clapper') }} - {{ pin_compatible('matplotlib') }} - {{ pin_compatible('numpy') }} - {{ pin_compatible('scikit-learn') }} diff --git a/pyproject.toml b/pyproject.toml index c5f4db1df0d8828b9e378089b9b78af9ce2ca18b..57bcf6d87569de48ded9e3427b37d595a1faa571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,14 +24,14 @@ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ - "setuptools", - "numpy", - "clapper", + "bob", "bob.measure", "bob.learn.em", "bob.bio.base", - "scikit-learn", + "clapper", "matplotlib", + "numpy", + "scikit-learn", ] [project.urls]