Skip to content

Commit

Permalink
Add packaging to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
skasai5296 committed Apr 17, 2024
1 parent 13df456 commit 97f4fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def run(self):
"faiss.contrib": os.path.join(FAISS_ROOT, "contrib"),
},
include_package_data=False,
install_requires=["packaging"],
package_data={"": ["*.i", "*.h"]},
ext_modules=ext_modules,
cmdclass={"build_py": CustomBuildPy},
Expand Down

0 comments on commit 97f4fbb

Please sign in to comment.