persephone-tools / tensorflow-stubs

Type stubs for the tensorflow library
MIT License
17 stars 9 forks source link

[MRG] pinned versions to at least most recent values as of august 29 2018 #14

Closed acvander closed 6 years ago

acvander commented 6 years ago

As the locking of the Pipfile can be very slow #11 I have pinned the versions in the Pipfile to be equal to or greater than the current versions on my system. This cut the lock time for me down from 38s to 28s on my system. It's still not great, so --skip-lock should probably still be used most of the time anyways.

shuttle1987 commented 6 years ago

This is not ideal but I think it's an improvement.