diff --git a/setup.py b/setup.py index e63648f0d1..7d0c5cd27b 100644 --- a/setup.py +++ b/setup.py @@ -164,7 +164,7 @@ def run(self): 'rich', 'scikit-learn', 'tensorboard', - 'tensorboardX<=2.6', + 'tensorboardX>=2.6', 'tqdm', ], setup_requires=['grpcio-tools>=1.56.2,<1.66.0'],