Skip to content

Commit

Permalink
Add dependencies in pyproject.toml (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner committed Apr 15, 2024
1 parent 9ba280b commit ca94249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ bindings = "pyo3"

[project]
name = "feos-torch"
dependencies = [
"torch",
"numpy",
"si-units",
]
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit ca94249

Please sign in to comment.