This repository was archived by the owner on Nov 18, 2023. It is now read-only.
Content-Length: 206392 | pFad | http://github.com/typedb/typedb-ml/issues/162
C4Fetched URL: http://github.com/typedb/typedb-ml/issues/162
Alternative Proxies:
Description
Remove the need for an
install_requires.txt
file.install_requires.txt
is used to fill theinstall_requires
field for PyPi. We need this because theassemble-pip
target doesn't support the flags that we need in therequirements.txt
file. It throws an error if we try. Reading up on it and it seems commonly accepted that the dependencies inrequirements.txt
andinstall_requires
will differ, and therefore we should my expected solution is to provide a separate list of requirements manually toassemble-pip
.The text was updated successfully, but these errors were encountered: