Skip to content

Commit

Permalink
Merge pull request #2322 from HHS/TTAHUB-3110/tta-similarity-api-warn…
Browse files Browse the repository at this point in the history
…ings

[TTAHUB-3110] Fix/Enhance similarity_api CI and Dependency Management
  • Loading branch information
GarrettEHill authored Aug 21, 2024
2 parents 127d7bb + 77d13a4 commit 91b1058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ jobs:
python3 -m venv venv
source venv/bin/activate
pip install -U pip setuptools wheel
pip install -U -r requirements.txt
pip install -U --use-pep517 -r requirements.txt
- run:
name: Check python version compatibility with buildpack
command: |
Expand Down
2 changes: 1 addition & 1 deletion similarity_api/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ preshed==3.0.8
psycopg2==2.9.7
pydantic==2.4.0
pydantic-core==2.10.0
requests==2.32.0
requests==2.32.3
scikit-learn==1.5.0
scipy==1.11.1
smart-open==6.3.0
Expand Down

0 comments on commit 91b1058

Please sign in to comment.