Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix version issue for ray dependency
ray v2.3.1 lists tensorboardX as a dependency. tensorboardX upgraded to v2.6.1 which lists protobuf >v4.2 as a dependency. That breaks ray's import of tensorflow v2.10 which we're currently using
- Loading branch information