BiomedSciAI / fuse-med-ml

A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Apache License 2.0
134 stars 34 forks source link

Can't install both fuse and tensorflow #223

Closed alex-golts closed 1 year ago

alex-golts commented 1 year ago

Currently FuseMedML (v0.2.9) requires protobuf version 3.20 but (pip installable) tensorflow (v2.11.0) requires <3.20. Can we resolve this somehow? Thanks!

mosheraboh commented 1 year ago

Hi! 3.20 caused some dependency issues to 3rd party libraries. It was probably fixed already. Please remove the line from fuse/requirements.txt (we don't use protobuf directly). If it will work we can push it to master. CC @SagiPolaczek who once checked it.

alex-golts commented 1 year ago

thanks! done this here: https://github.com/BiomedSciAI/fuse-med-ml/pull/225