Skip to content

Commit

Permalink
[MNT] Support Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyxu authored Mar 17, 2021
1 parent 75ded38 commit 3820691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torch>=0.4.1
torch>=1.4.0
torchvision>=0.2.2
scikit-learn>=0.23.0

0 comments on commit 3820691

Please sign in to comment.