diff --git a/setup.py b/setup.py index d3251af1f7c..5cb8171cdd1 100644 --- a/setup.py +++ b/setup.py @@ -45,9 +45,6 @@ "torchvision>=0.5.0", "nbconvert", "jupyter-client==6.1.12", - # Replace with `tensorboard >= x.x` once tb cuts a release. - # https://github.com/tensorflow/tensorboard/issues/6869#issuecomment-2273718763 - "numpy<2.0", ] MYSQL_REQUIRES = ["SQLAlchemy==1.4.17"]