Skip to content

Commit

Permalink
[python] Remove pytorch pin (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi authored Jun 18, 2024
1 parent cfca649 commit de77646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/cellxgene_census/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de77646

Please sign in to comment.