Skip to content

Commit 28741f0

Browse files
Update setup.py
1 parent d26f005 commit 28741f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
assert _search_version
1111
version = _search_version.group(1)
1212

13-
with open("requirements.txt", "r") as fh:
14-
install_requires = fh.read().split('\n')
15-
16-
if install_requires and install_requires[-1] == '':
17-
# Remove the last empty line
18-
install_requires = install_requires[:-1]
13+
install_requires = [
14+
'unstructured[pdf] @ git+https://github.com/clarifai/unstructured.git@support_clarifai_model',
15+
'llama-index-core==0.10.33',
16+
'llama-index-llms-clarifai==0.1.2',
17+
'pi_heif==0.18.0'
18+
]
1919

2020
packages = setuptools.find_namespace_packages(include=["clarifai_datautils*"])
2121

0 commit comments

Comments
 (0)