Skip to content

Commit

Permalink
add alexnet_7be5be79 to models
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoJenkins committed Sep 11, 2024
1 parent 4e0ca0c commit ba46526
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions brainscore_vision/models/alexnet_7be5be79/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

from setuptools import setup, find_packages

requirements = [ "torchvision",
"torch"
]
requirements = ["torchvision",
"torch",
"fire"
]

setup(
packages=find_packages(exclude=['tests']),
Expand Down

0 comments on commit ba46526

Please sign in to comment.