Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements.txt #5

Open
paritoshk opened this issue Jan 1, 2023 · 3 comments
Open

requirements.txt #5

paritoshk opened this issue Jan 1, 2023 · 3 comments

Comments

@paritoshk
Copy link

I tried to utilize this method. May I ask why there is -e . at the end of the file? Docker shows an error for it when I tried it in my docker.

@Clement-Lelievre
Copy link

I also wondered that and ended up removing that line, without any issues.
Also, the pinned package versions are getting old and I needed to update them for the project to run smoothly

@ianni67
Copy link

ianni67 commented May 13, 2023

Yes indeed, I had also to push the streamlit version up to the last available, and also add altair.vegalite.v4 to the requirements.

@michaelvincerra
Copy link

Agreed. In case it helps any future searchers, I updated all python modules in requirements.txt as:

torch==2.0.1
transformers==4.31.0
sentence-transformers==2.2.2
pandas==2.0.3
faiss-cpu==1.7.4
numpy==1.25.1
folium==0.14.0
streamlit==1.25.0
-e .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants