Skip to content

Commit

Permalink
Update python pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSamhuns committed Jul 1, 2023
1 parent 26bb6b8 commit 4f32c01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app_docker_compose/app/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
FACE_INDEX_TYPE, FACE_COLLECTION_NAME)


logger = logging.getLogger('inferenc_api')
logger = logging.getLogger('inference_api')

# connect to Redis
redis_conn = redis.Redis(
Expand Down
10 changes: 5 additions & 5 deletions app_docker_compose/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
aiofiles==23.1.0
fastapi==0.95.1
fastapi==0.99.0
gdown==4.7.1
opencv-python==4.7.0.72
opencv-python==4.8.0.74
Pillow==9.5.0
python-multipart==0.0.6
pymilvus==2.2.9
pymilvus==2.2.13
PyMySQL==1.0.3
redis==4.5.4
redis==4.6.0
requests==2.31.0
tritonclient[grpc]==2.32.0
uvicorn==0.21.1
uvicorn==0.22.0

0 comments on commit 4f32c01

Please sign in to comment.