Skip to content

Commit de77646

Browse files
authored
[python] Remove pytorch pin (#1190)
1 parent cfca649 commit de77646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/python/cellxgene_census/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies= [
4141

4242
[project.optional-dependencies]
4343
experimental = [
44-
"torch~=2.2.0",
44+
"torch",
4545
"torchdata~=0.7",
4646
"scikit-learn~=1.0",
4747
"scikit-misc>=0.2", # scikit-misc 0.3 dropped Python 3.8 support

0 commit comments

Comments
 (0)