Skip to content

Commit b2f1a6f

Browse files
author
Jeff Law
authored
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
1 parent 236436d commit b2f1a6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ packages = find:
1313
install_requires =
1414
networkx==3.0
1515
ray[tune,rllib]==2.3.1
16+
tensorboardX==2.6.0
1617
numpy<1.24.0
1718
tqdm==4.64.1
1819
matplotlib

0 commit comments

Comments
 (0)