diff --git a/api/python/cellxgene_census/pyproject.toml b/api/python/cellxgene_census/pyproject.toml index 1ec0b29e1..f44f16a7b 100644 --- a/api/python/cellxgene_census/pyproject.toml +++ b/api/python/cellxgene_census/pyproject.toml @@ -41,7 +41,7 @@ dependencies= [ [project.optional-dependencies] experimental = [ - "torch~=2.2.0", + "torch", "torchdata~=0.7", "scikit-learn~=1.0", "scikit-misc>=0.2", # scikit-misc 0.3 dropped Python 3.8 support