Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Add numpy and pytorch as run dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg committed Aug 23, 2024
1 parent 2a33517 commit 9bdb228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ dependencies:
run:
common:
- output_types: [conda, requirements]
packages: []
packages:
- numpy>=1.23,<3.0a0
- pytorch>=2.0
test_cpp:
common:
- output_types: [conda]
Expand Down

0 comments on commit 9bdb228

Please sign in to comment.