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

Improving the Yelp Bean matching algorithm #300

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ packaging==24.0
# pyproject-api
# pytest
# tox
pandas==1.5.3
platformdirs==4.2.0
# via
# tox
Expand Down
1 change: 1 addition & 0 deletions api/requirements-minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ flask-api-utils
Flask-SQLAlchemy
httplib2
networkx
pandas
psycopg2-binary
pydantic
pytz
Expand Down
1 change: 1 addition & 0 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ markupsafe==2.1.5
# werkzeug
networkx==3.2.1
# via -r requirements-minimal.txt
pandas==1.5.3
psycopg2-binary==2.9.9
# via -r requirements-minimal.txt
pydantic==2.6.4
Expand Down
Loading
Loading