IRC-SPHERE / HyperStreamOnlineLearning

Plugins for Online Learning (supervised or unsupervised) in HyperStream
MIT License
3 stars 1 forks source link

numpy 1.13.1 vs 1.12.1 #6

Closed tdiethe closed 7 years ago

tdiethe commented 7 years ago

Currently specified is numpy 1.13.1. I have numpy 1.12.1 as I'm using python-spams which takes that exact version as a dependency - is there a hard requirement for 1.13.1? This is the problem with dependencies! Can fix with a virtual environment I realise but might save others some pain to change this.

perellonieto commented 7 years ago

I don't think it is a hard dependency. I just added my current version as a requirement. I will try the code with that version and let you know the result.