Skip to content

Commit

Permalink
Bump new versions (LearningHouseService#376)
Browse files Browse the repository at this point in the history
Bump versions

Signed-off-by: Johannes Ott <[email protected]>
  • Loading branch information
DerOetzi authored Jul 13, 2024
1 parent 8cb5d8b commit 0942dec
Show file tree
Hide file tree
Showing 4 changed files with 2,613 additions and 2,584 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
${{ env.REGISTRY_GITHUB }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: docker
Expand Down
8 changes: 4 additions & 4 deletions core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
fastapi==0.111.0
loguru==0.7.2
numpy==1.26.4
numpy==2.0.0
pandas==2.2.2
passlib==1.7.4
pydantic==2.7.2
pydantic-settings==2.2.1
pydantic==2.8.2
pydantic-settings==2.3.4
PyJWT==2.8.0
scikit-learn==1.5.0
uvicorn[standard]==0.30.0
uvicorn[standard]==0.30.1
Loading

0 comments on commit 0942dec

Please sign in to comment.