Skip to content

Commit

Permalink
specify package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelsonlin0321 committed Oct 15, 2024
1 parent 34b34ca commit e81bbfe
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
fastapi
uvicorn
boto3
pandas
pyarrow
python-dotenv
scikit-learn
tqdm
fastapi==0.101.0
uvicorn==0.23.2
boto3==1.28.17
pandas==2.0.3
pyarrow==12.0.1
python-dotenv==1.0.0
scikit-learn==1.2.2
tqdm==4.65.0
awscli
gunicorn
pytest
mangum
typing_extensions==4.8.0
pytest

0 comments on commit e81bbfe

Please sign in to comment.