Skip to content

Commit

Permalink
➕ Add torch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
le-ander committed Mar 7, 2025
1 parent a2a64fa commit af4929e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ __pycache__/

# VSCode
.vscode/

# Pyenv
.python-version
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"anndata",
"lightning",
# for debug logging (referenced from the issue template)
"session-info",
"torch",
]
optional-dependencies.dev = [
"pre-commit",
Expand Down

0 comments on commit af4929e

Please sign in to comment.