Skip to content

Commit c750799

Browse files
author
nvidia
committed
add install_requires wheel
1 parent b5b5033 commit c750799

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ NvJpeg - Python
99
* gcc >= 7.5
1010
* make >= 4.1
1111

12+
## System
13+
Linux(x86, x86_64)
14+
Nvidia Jetson OS
15+
16+
1217
## Install
1318
```shell
1419
pip install pynvjpeg

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939

4040
setup(name='pynvjpeg',
41-
version='0.0.11',
41+
version='0.0.12',
4242
ext_modules=[extension_nvjpeg],
4343
author="Usingnet",
4444
author_email="developer@usingnet.com",
@@ -75,5 +75,5 @@
7575
'Source': 'https://github.com/UsingNet/nvjpeg-python',
7676
'Tracker': 'https://github.com/UsingNet/nvjpeg-python/issues',
7777
},
78-
install_requires=['numpy>=1.17']
78+
install_requires=['numpy>=1.17', 'wheel>=0.36.2']
7979
)

0 commit comments

Comments
 (0)