htm-community / nupic.studio

NuPIC Studio is a powerful all­-in-­one tool that allows users create a HTM neural network from scratch, train it, collect statistics, and share it among the members of the community.
GNU General Public License v2.0
94 stars 29 forks source link

Update requirements #6

Closed lithix-src closed 9 years ago

david-ragazzi commented 9 years ago

hi @ravaa,

Could you put these requirements into install_requires section of setup.py (https://github.com/DavidRagazzi/nupic.studio/blob/master/setup.py#L53) to update the requirements instead of create a requirements file? This way we would avoid many files in root and still keep all setup instructions grouped into a single file.. :-)

Another question: Have these versions that you specified worked well with you or they are simply the last version of each package?

By the way I'll these instalation with these requirements and today I give a feedback.

lithix-src commented 9 years ago

Builds and runs the gui (after out of band dependency installs like a working build of nupic and pyqt4). There aren't any tests to build against, but I was able to get going with this dependency list. I'll look at adding them to setup.py this weekend.

david-ragazzi commented 9 years ago

Thanks @ravaa !

The packages installed on my machine are:

numpy==1.8.1
scipy==0.14.0
PyOpenGL==3.1.0
PyOpenGL-accelerate==3.1.0
PyQt4==4.8.6
pyqtgraph==0.9.8

Well, at least scipy, PyOpenGL, and pyqtgraph are equal to us.

lithix-src commented 9 years ago

Sorry it took so long, added the requirements to setup.py.

david-ragazzi commented 9 years ago

Sorry it took so long, added the requirements to setup.py.

Thanks!

david-ragazzi commented 9 years ago

@ravaa Are you sure that we need of wsgiref package?