We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220ab0c commit cbeeb93Copy full SHA for cbeeb93
.github/workflows/tests.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
python -m pip install flake8 pytest numpy
30
- pip install torch==1.4.0
+ pip install torch==1.7.1
31
- name: Lint with flake8
32
33
# stop the build if there are Python syntax errors or undefined names
setup.cfg
@@ -23,7 +23,7 @@ package_dir =
23
packages = find:
24
python_requires = >=3.6
25
install_requires=
26
- torch >= 1.4.0
+ torch >= 1.7.1
[options.packages.find]
0 commit comments