diff --git a/pyproject.toml b/pyproject.toml index cdb5f49..5735088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ matplotlib = "^3.4.1" scipy = "^1.6.2" # See https://github.com/pytorch/pytorch/issues/100974 torch = ">=2.0.0, !=2.0.1, !=2.1.0" +# see https://github.com/python-poetry/poetry/issues/8271 tensorflow = {version = "^2.13.0" } tensorflow-macos = { version = "^2.13.0", platform = "darwin", markers = "platform_machine=='arm64'" } tensorflow-intel = { version = "2.13.0", platform = "win32" }