Skip to content

Commit

Permalink
Use an older version of wheel for Python 3.5
Browse files Browse the repository at this point in the history
Seems the current version of `wheel` does not exist as a `conda` package
in either `defaults` or `conda-forge`. So downgrade a little bit to get
a version of `wheel` that works across Python versions.
  • Loading branch information
jakirkham committed Nov 19, 2018
1 parent 9821989 commit 414a91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:

dependencies:
- pip==18.1
- wheel==0.32.2
- wheel==0.32.0
- coverage==4.5.2
- pytest==3.10.1
- cython==0.29

0 comments on commit 414a91c

Please sign in to comment.