Skip to content

Commit cbeeb93

Browse files
author
LEFTeyes
committed
change test.yaml
1 parent 220ab0c commit cbeeb93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
python -m pip install flake8 pytest numpy
30-
pip install torch==1.4.0
30+
pip install torch==1.7.1
3131
- name: Lint with flake8
3232
run: |
3333
# stop the build if there are Python syntax errors or undefined names

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ package_dir =
2323
packages = find:
2424
python_requires = >=3.6
2525
install_requires=
26-
torch >= 1.4.0
26+
torch >= 1.7.1
2727

2828

2929
[options.packages.find]

0 commit comments

Comments
 (0)