martinsbruveris / tensorflow-image-models

TensorFlow port of PyTorch Image Models (timm) - image models with pretrained weights.
https://tfimm.readthedocs.io/en/latest/
Apache License 2.0
286 stars 25 forks source link

Allow python <4.0, poetry update #72

Closed gietema closed 2 years ago

martinsbruveris commented 2 years ago

Thx! I have made some changes to the dependencies. I couldn't leave python<4.0 there, because some packages have pinned their python dependency to <3.11. But we allow 3.10 now (as long as we don't install timm, which relies on torch which does not work with 3.10...).