Skip to content

Commit d39b528

Browse files
committed
build(deps): torch
1 parent c1618d0 commit d39b528

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pylint = "==3.0.0a4"
1010

1111
[packages]
1212
numpy = "==1.21.4"
13-
torch = "==1.10.0"
13+
torch = "==1.10.1"
1414

1515
[requires]
1616
python_version = "3"

Pipfile.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ pylint==3.0.0a4
2424
setuptools==60.5.0; python_version >= '3.7'
2525
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
2626
tomli==1.2.3; python_version >= '3.6'
27-
torch==1.10.0
27+
torch==1.10.1
2828
typing-extensions==4.0.1; python_version >= '3.6'
2929
wrapt==1.12.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
-i https://pypi.org/simple
99
--trusted-host pypi.org
1010
numpy==1.21.4
11-
torch==1.10.0
11+
torch==1.10.1
1212
typing-extensions==4.0.1; python_version >= '3.6'

0 commit comments

Comments
 (0)