biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

Fix version of numpy to 1.16.* #143

Closed PrimozGodec closed 5 years ago

PrimozGodec commented 5 years ago
Issue

tSNE import fails due to issues with numpy versions.

Description of changes

Numpy temporarily fixed to version 1.16.*

Includes
codecov[bot] commented 5 years ago

Codecov Report

Merging #143 into master will not change coverage. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #143   +/-   ##
======================================
  Coverage    60.1%   60.1%           
======================================
  Files          18      18           
  Lines        3161    3161           
  Branches      439     439           
======================================
  Hits         1900    1900           
  Misses       1135    1135           
  Partials      126     126