Skip to content

Commit

Permalink
fix numpy version (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlu451 authored Dec 19, 2024
1 parent 9c9a60d commit bb8718a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion advanced/clip-interrogator/photon.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@


class ClipInterrogator(Photon):
requirement_dependency = ["clip-interrogator==0.6.0", "Pillow"]
requirement_dependency = [
"clip-interrogator==0.6.0",
"Pillow",
"numpy<2"
]

def init(self):
from clip_interrogator import (
Expand Down

0 comments on commit bb8718a

Please sign in to comment.