zfit / phasespace

Phase space generation implemented in TensorFlow
https://phasespace.rtfd.io
BSD 3-Clause "New" or "Revised" License
24 stars 9 forks source link

build: support TensorFlow 2.8 and Python 3.10 #78

Closed redeboer closed 2 years ago

redeboer commented 2 years ago

TF 2.8 supports Python 3.10

jonas-eschle commented 2 years ago

That seems good, thanks for submitting! It's currently failing in 3.10 because of https://github.com/zfit/zfit/issues/397, which it uses as a deps to check some functionality. I hope to finally solve that sooner than later, otherwise we can split the testing to make sure that actually TF 2.8 is tested (and use the zfit tests in a different test)

redeboer commented 2 years ago

Ok, yeah I saw something about zfit-physics. Well no hurry, perhaps let's first get https://github.com/zfit/zfit/issues/397 through? Otherwise we could indeed mark those tests that require zfit and ignore them in py3.10.

jonas-eschle commented 2 years ago

With https://github.com/zfit/zfit/issues/397 merged, LGTM!

redeboer commented 2 years ago

Thanks!

redeboer commented 2 years ago

Could you make a (minor) release for with these new dependencies?