Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshipon committed Apr 11, 2024
1 parent 27930dc commit 37d68a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]
dependencies = [
"colorama",
"numpy",
"lightning",
"lightning>=2.2.1",
"hydra-core",
"torch",
"torch>=2.2.0",
"omegaconf",
"h5py"
]
Expand Down

0 comments on commit 37d68a1

Please sign in to comment.