stefanradev93 / BayesFlow

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

Improve requirements #157

Closed AlexAndorra closed 3 months ago

AlexAndorra commented 3 months ago

Concretely, that means developers can install BayesFlow in at least 2 ways:

Ready for review 🍾

LarsKue commented 3 months ago

Thank you for the PR. One minor comment: Ideally, I think we should have version specifiers ~= on all dependencies that allow it (i.e., not on tensorflow at the moment, since we require <2.16). I'm happy to merge as-is as well, though.

AlexAndorra commented 3 months ago

Up to you @LarsKue -- I'll follow your experience