stefanradev93 / BayesFlow

A Python library for amortized Bayesian workflows using generative neural networks.
https://bayesflow.org/
MIT License
286 stars 45 forks source link

fix #153 #154

Closed marvinschmitt closed 4 months ago

marvinschmitt commented 4 months ago

Fix dependency conflict during installation on Mac Apple Silicon, https://github.com/stefanradev93/BayesFlow/issues/153

LarsKue commented 4 months ago

Looks good to me. I am still not a fan of the != platform specifiers, since this assumes any platform can install tensorflow, but for now I think this is a good solution.