Skip to content

Commit 7d4b2f7

Browse files
committed
Update to use pip
1 parent 46f3c4f commit 7d4b2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objective.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Objective(BaseObjective):
3232
# solvers or datasets should be declared in Dataset or Solver (see
3333
# simulated.py and python-gd.py).
3434
# Example syntax: requirements = ['numpy', 'pip:jax', 'pytorch:pytorch']
35-
requirements = ["pytorch:pytorch", "pip:numpy", "pip:deepinv", "pip:pyiqa"]
35+
requirements = ["pip:torch", "pip:numpy", "pip:deepinv", "pip:pyiqa"]
3636

3737
# Minimal version of benchopt required to run this benchmark.
3838
# Bump it up if the benchmark depends on a new feature of benchopt.

0 commit comments

Comments
 (0)