Skip to content

Commit

Permalink
set up unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoith committed Sep 4, 2023
1 parent c4702a3 commit 5afbd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ find = {} # Scan the project directory with the default parameters

[options.extras_require] # Optional dependencies
test = [
'pytest'
'pytest',
'torch'
]

Expand Down

0 comments on commit 5afbd24

Please sign in to comment.