flybody
flybody copied to clipboard
Only supports python 3.10
Installing using python 3.11 gives an error - we should limit it to 3.10 only.
What breaks exactly? This test passes for python 3.{10, 11, 12}
There's two problems:
- Tensorflow 2.8 doesnt have wheels for apple silicon - so it won't work there.
- I'm surprised your test passes as it seems ray doesn't have wheels for python 3.12?
Right, that's because the test only tests the core installation