Skip to content

Commit

Permalink
add alexnet_7be5be79 to models (#1300)
Browse files Browse the repository at this point in the history
Co-authored-by: Jenkins <[email protected]>
  • Loading branch information
kvfairchild and Jenkins authored Oct 7, 2024
1 parent fd4c99c commit 28c07ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions brainscore_vision/models/alexnet_7be5be79/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

from setuptools import setup, find_packages

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

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

0 comments on commit 28c07ee

Please sign in to comment.