Skip to content

Fixing broken pip install

Compare
Choose a tag to compare
@jgostick jgostick released this 20 Oct 02:36

Several of our dependencies broke with the release of numpy 1.15, so users doing pip install with a recent conda installation (on windows) would receive a build error. This version has moved the offending deps to be optional.

There are a number of other small bug fixes and tweaks that were also added, but these were not as urgent.