Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasas committed Jun 15, 2021
1 parent 27ad300 commit eaf1b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8']
python-version: ['3.7.1', '3.8', '3.9']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ joblib~=1.0.0
Werkzeug~=1.0.1
Jinja2~=2.11.2
scikit-learn~=0.24.0
pandas~=1.2.4
nltk~=3.5
SQLAlchemy~=1.3.22
tqdm~=4.55.0
requests~=2.25.1
beautifulsoup4~=4.9.3
click~=7.1.2
pandas~=1.2.4
click~=7.1.2

0 comments on commit eaf1b0f

Please sign in to comment.