Skip to content

Commit efefc47

Browse files
committed
chore: Update python package dependencies
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 4a44f61 commit efefc47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
torch==1.5.0
1+
torch==1.5.1

py/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def run(self):
196196
long_description=long_description,
197197
ext_modules=ext_modules,
198198
install_requires=[
199-
'torch==1.5.0',
199+
'torch==1.5.1',
200200
],
201201
setup_requires=[],
202202
cmdclass={
@@ -224,7 +224,7 @@ def run(self):
224224
"Topic :: Software Development",
225225
"Topic :: Software Development :: Libraries"
226226
],
227-
python_requires='>=3.6',
227+
python_requires='>=3.5',
228228
include_package_data=True,
229229
package_data={
230230
'trtorch': ['lib/*.so'],

0 commit comments

Comments
 (0)