Skip to content

Commit

Permalink
add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt committed May 19, 2024
1 parent 399fa61 commit 90fea92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ classifiers = [
"Typing :: Typed",
]
# add your package dependencies here
dependencies = []
dependencies = [
"torch",
"numpy",
"einops",
]

# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
# "extras" (e.g. for `pip install .[test]`)
Expand Down

0 comments on commit 90fea92

Please sign in to comment.