We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b5033 commit c750799Copy full SHA for c750799
README.md
@@ -9,6 +9,11 @@ NvJpeg - Python
9
* gcc >= 7.5
10
* make >= 4.1
11
12
+## System
13
+Linux(x86, x86_64)
14
+Nvidia Jetson OS
15
+
16
17
## Install
18
```shell
19
pip install pynvjpeg
setup.py
@@ -38,7 +38,7 @@
38
39
40
setup(name='pynvjpeg',
41
- version='0.0.11',
+ version='0.0.12',
42
ext_modules=[extension_nvjpeg],
43
author="Usingnet",
44
author_email="developer@usingnet.com",
@@ -75,5 +75,5 @@
75
'Source': 'https://github.com/UsingNet/nvjpeg-python',
76
'Tracker': 'https://github.com/UsingNet/nvjpeg-python/issues',
77
},
78
- install_requires=['numpy>=1.17']
+ install_requires=['numpy>=1.17', 'wheel>=0.36.2']
79
)
0 commit comments