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 4a44f61 commit efefc47Copy full SHA for efefc47
py/requirements.txt
@@ -1 +1 @@
1
-torch==1.5.0
+torch==1.5.1
py/setup.py
@@ -196,7 +196,7 @@ def run(self):
196
long_description=long_description,
197
ext_modules=ext_modules,
198
install_requires=[
199
- 'torch==1.5.0',
+ 'torch==1.5.1',
200
],
201
setup_requires=[],
202
cmdclass={
@@ -224,7 +224,7 @@ def run(self):
224
"Topic :: Software Development",
225
"Topic :: Software Development :: Libraries"
226
227
- python_requires='>=3.6',
+ python_requires='>=3.5',
228
include_package_data=True,
229
package_data={
230
'trtorch': ['lib/*.so'],
0 commit comments