Skip to content

Commit 2089639

Browse files
committed
update: requirements
1 parent 6755ef0 commit 2089639

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ pygments==2.10.0; python_version >= '3.5'
3838
pylint==2.11.1
3939
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
4040
readme-renderer==29.0
41-
regex==2021.8.28
41+
regex==2021.9.24
4242
requests-toolbelt==0.9.1
4343
requests==2.26.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
4444
rfc3986==1.5.0
4545
secretstorage==3.3.1; sys_platform == 'linux'
4646
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
4747
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
4848
tomli==1.2.1; python_version >= '3.6'
49-
torch==1.9.0
49+
torch==1.9.1
5050
tqdm==4.62.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
5151
twine==3.4.2
5252
typing-extensions==3.10.0.2
53-
urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
53+
urllib3==1.26.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
5454
webencodings==0.5.1
5555
wrapt==1.12.1
5656
zipp==3.5.0; python_version >= '3.6'

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.2
11-
torch==1.9.0
11+
torch==1.9.1
1212
typing-extensions==3.10.0.2

0 commit comments

Comments
 (0)