GithubHelp home page GithubHelp logo

Comments (2)

slivingston avatar slivingston commented on August 21, 2024

This is relevant to a comment on tulip-control/tulip-control#131

from polytope.

johnyf avatar johnyf commented on August 21, 2024

I tried using system site packages and installing python-scipy, in addition to python-numpy. Whereas this delivers numpy == 1.6.1 (numpy >= 1.6 required in install_requires, as of 4b3d1c3), it gets only scipy == 0.9.0 (scipy >= 0.16 required).

The scipy >= 0.16 requirement (introduced in bd1b30c) cannot be relaxed to 0.9.0 (2011), because scipy.optimize.linprog appears to have been introduced later (2013).
So, pip install scipy cannot be avoided.

I used travis_wait 30 pip install scipy (minutes) to address the timeout in 74f1a8c.

In the future, a descent solution would be to build a Linux wheel (only OS X wheels are available for scipy on PyPI), and place it somewhere convenient, so that we pip install that on Travis.

from polytope.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.