Skip to content

Commit

Permalink
Adding cibuildwheel requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Morrison authored and Logan Morrison committed Nov 24, 2018
1 parent c989ba5 commit 6c0c1d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
version: 2

env:
global:
- CIBW_TEST_REQUIRES=pip>=9.0.1 scipy>=1.0.0 numpy==1.13.3 cython==0.27.3 scikit-image==0.14.0 setuptools==27.3

jobs:
build-2.7: &build_template
docker:
Expand Down

0 comments on commit 6c0c1d1

Please sign in to comment.