Skip to content

Commit

Permalink
Update dependencies and CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
norhther committed Nov 29, 2023
1 parent cbcd56d commit e1b5619
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,19 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'

- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Set PYTHONPATH
run: echo "PYTHONPATH=${{ github.workspace }}" >> $GITHUB_ENV

- name: Run tests
run: |
pytest tests/
27 changes: 14 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Pillow==10.1.0
pytest==7.0.1
streamlit==1.28.2
codecarbon==2.3.1
mlflow==2.7.1
protobuf==4.24.4
python-dotenv==1.0.0
scikit_learn==1.3.1
setuptools==68.2.2
tensorflow==2.13.1
uvicorn==0.24.0.post1
fastapi==0.100
python-multipart==0.0.6
Pillow==10.1.0
pytest==7.0.1
streamlit==1.28.2
codecarbon==2.3.1
mlflow==2.7.1
protobuf==4.24.4
python-dotenv==1.0.0
scikit_learn==1.3.1
setuptools==68.2.2
tensorflow==2.13.1
uvicorn==0.24.0.post1
fastapi==0.100
python-multipart==0.0.6
httpx==0.25.2

0 comments on commit e1b5619

Please sign in to comment.