Update deprecated packages
Esse commit está contido em:
@@ -7,8 +7,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7]
|
||||
pytorch-version: [1.5.1, 1.6.0, 1.7.1, nightly]
|
||||
python-version: [3.8]
|
||||
pytorch-version: [1.7.1, 1.11.0, 1.13.1, nightly]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
+2
-4
@@ -75,11 +75,9 @@ setup(
|
||||
|
||||
# Supported python versions
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
],
|
||||
)
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário