Skip to content

Commit

Permalink
Fix version issue for ray dependency
Browse files Browse the repository at this point in the history
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
jlaw9 committed Jun 21, 2023
1 parent 236436d commit b2f1a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ packages = find:
install_requires =
networkx==3.0
ray[tune,rllib]==2.3.1
tensorboardX==2.6.0
numpy<1.24.0
tqdm==4.64.1
matplotlib
Expand Down

0 comments on commit b2f1a6f

Please sign in to comment.