-
Notifications
You must be signed in to change notification settings - Fork 1
project’s dependencies #2
Description
Hi, I’m reviewing your project’s dependencies and have a few questions about the entries in requirements.txt. Could you please explain what these packages are and how they should be installed in our environment? In particular, several lines reference local build artifacts (for example, asttokens @ file:///home/conda/feedstock_root/build_artifacts/asttokens_1694046349000/work and backcall @ file:///home/conda/.../work), and there are editable git dependencies like -e git+https://github.com/openai/CLIP.git@a1d071733d7111c9c014f024669f959182114e33#egg=clip and -e git+https://github.com/CompVis/taming-transformers.git@3ba01b241669f5ade541ce990f7650a3b8f65318#egg=taming_transformers. Are these intended to be fetched from PyPI or from those local/remote sources, and should we replace them with clean PyPI equivalents? Also some entries lack explicit version pins; could you confirm the desired versions or whether we should lock them to specific versions to ensure reproducibility?