Skip to content

Commit

Permalink
Merge pull request #89 from cgq-qgc/test_conda_build
Browse files Browse the repository at this point in the history
PR: Pin setuptools to the 58 series and liblief to the 0.10 series
  • Loading branch information
jnsebgosselin authored Apr 27, 2022
2 parents e87340b + 9181269 commit b6b70ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ requirements:
- numpy
- m2w64-toolchain
- libpython
- setuptools=58
- liblief=0.10
run:
- python
- numpy
Expand Down

0 comments on commit b6b70ab

Please sign in to comment.