1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-26 20:19:53 +02:00

🔧 Loosen tensorflow-gpu dependency a bit to 1.15.*

This commit is contained in:
Gerber, Mike 2020-01-31 10:57:30 +01:00
parent c416e0c253
commit 17dbeb2480

View file

@ -1,5 +1,5 @@
numpy
tensorflow-gpu == 1.15.2
tensorflow-gpu == 1.15.*
calamari-ocr == 0.3.5
setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime?
click