diff --git a/appveyor.yml b/appveyor.yml index 4c7f53d..93f6b5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,7 +59,7 @@ install: - conda config --set always_yes yes - conda update -q conda - conda config --set auto_update_conda no - - conda install pandas scipy h5py=3 matplotlib pip m2w64-toolchain conda-build + - conda install pandas scipy h5py=3 matplotlib pip m2w64-toolchain conda-build setuptools=58 liblief=0.10 - python -m pip install codecov pytest pytest-cov # Check that we have still the expected version and architecture for Python diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a46e95a..582bdc7 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -13,6 +13,8 @@ requirements: - numpy - m2w64-toolchain - libpython + - setuptools=58 + - liblief=0.10 run: - python - numpy