Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher5106 committed Oct 18, 2023
1 parent 0a7527f commit 0e3a936
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
from setuptools import find_packages, setup

REQUIREMENTS = [i.strip() for i in open("requirements.txt").readlines()]
REQUIREMENTS += [
"CLIP @ git+https://github.com/openai/CLIP.git@a1d071733d7111c9c014f024669f959182114e33#egg=CLIP"
]

setup(
name="fastsam",
version="0.1.1",
Expand All @@ -13,5 +17,5 @@
"fastsam": "fastsam",
"fastsam_tools": "utils",
},
url="https://github.com/CASIA-IVA-Lab/FastSAM",
url="https://github.com/CASIA-IVA-Lab/FastSAM"
)

0 comments on commit 0e3a936

Please sign in to comment.