Update deprecated packages

Esse commit está contido em:
Adrian Bulat
2023-04-15 10:14:33 +01:00
commit a7be1fbcbf
2 arquivos alterados com 4 adições e 6 exclusões
+2 -2
Ver Arquivo
@@ -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
Ver Arquivo
@@ -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',
],
)