mattloper / chumpy

MIT License
195 stars 118 forks source link

Relax scipy version requirements #14

Closed algrs closed 7 years ago

algrs commented 7 years ago

scipy is now at 0.19. All tests pass with it. We have conflicts with other code that is now pulling 0.19, making it hard to keep everything in sync. I'd propose removing the hard limit, as it keeps biting us. This is one of those places where I'd rather have CI save us than restrictive and inevitably conflicting version requirements.