From d4d467ff329bfa10c1fba35f104ecfa9125db172 Mon Sep 17 00:00:00 2001 From: Andrew Tolopko Date: Thu, 1 Feb 2024 17:37:53 -0500 Subject: [PATCH] [misc] chore: upgrade and loosen experimental package requirements (#971) * upgrade and loosen experimental package requirements * loosen experimental `datasets` package requirement * relax scikit-misc dep even more --------- Co-authored-by: bkmartinjr --- api/python/cellxgene_census/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api/python/cellxgene_census/pyproject.toml b/api/python/cellxgene_census/pyproject.toml index d2ca5e66e..f40a0273a 100644 --- a/api/python/cellxgene_census/pyproject.toml +++ b/api/python/cellxgene_census/pyproject.toml @@ -41,12 +41,12 @@ dependencies= [ [project.optional-dependencies] experimental = [ - "torch==2.0.1", - "torchdata==0.6.1", - "scikit-learn==1.3.1", - "scikit-misc==0.2.0", - "psutil==5.9.5", - "datasets~=2.14", + "torch~=2.0", + "torchdata~=0.7", + "scikit-learn~=1.0", + "scikit-misc>=0.2", # scikit-misc 0.3 dropped Python 3.8 support + "psutil~=5.0", + "datasets~=2.0", "tdigest~=0.5", # Not expressible in pyproject.toml: #"git+https://huggingface.co/ctheodoris/Geneformer",