propelml / tfjs-npy

NumPy file parsing and serialization for TensorFlow.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package depends on old version of tfjs-core

asross opened this issue · comments

Currently this (awesome and very useful) library depends on tfjs-core at ^0.9.0, but the latest version of tfjs-core is 0.12.7. Think you could either bump it or change it to >=0.9.0?