RTIInternational / SMART

Smarter Manual Annotation for Resource-constrained collection of Training data
MIT License
218 stars 30 forks source link

Sync requirements.in with requirements.txt, and update dependencies #293

Closed andykawabata closed 8 months ago

andykawabata commented 8 months ago

Sync requirements.in with requirements.txt

Update Pillow and Sentence-Tranformer

Note about pip-compile instructions in README: The readme specifies running the command docker-compose run --rm backend pip-compile docker/requirements.in to compile the requirements. However this method kept giving me a connection error. To run pip-compile i had to open a terminal in the backend container and run it. Wondering if this is just a me problem, or if we should update the README to include this.