Skip to content

Commit

Permalink
Revert "Testing py 3.8"
Browse files Browse the repository at this point in the history
This reverts commit e622295.
  • Loading branch information
Thomas-George-T committed Nov 9, 2023
1 parent e622295 commit 7e52267
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
scikit-learn
numpy
pandas
pytest
ipykernel
mlflow
requests
pytest-mock
pytest-pylint
openpyxl
requests-mock
scikit-learn==1.3.2
numpy==1.26.1
pandas==2.1.2
pytest==7.4.3
ipykernel==6.26.0
mlflow==2.8.0
requests==2.31.0
pytest-mock==3.12.0
pytest-pylint==0.21.0
openpyxl==3.1.2
requests-mock==1.11.0

0 comments on commit 7e52267

Please sign in to comment.