epiverse-connect / epiverse-search

MIT License
0 stars 0 forks source link

Minimize `requirements.txt` #24

Closed chartgerink closed 2 weeks ago

chartgerink commented 1 month ago

In trying to run the python code, the requirements file was throwing a bunch of errors because of hardcoded system paths. Those are specific to a system, and I removed those.

I focused on those requirements needed to run the provided python file instead, and any downstream errors that arose. The downstream errors led to the additional imports of

numpy<2
urllib3<2.0
chartgerink commented 2 weeks ago

Superseded by https://github.com/epiverse-connect/epiverse-search-backend/blob/main/requirements.txt