Skip to content

Commit 7f68591

Browse files
committed
Update of reqs
1 parent 6e77875 commit 7f68591

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

dist/pyusbus-0.1.1-py3-none-any.whl

-43.6 KB
Binary file not shown.

dist/pyusbus-0.1.1.tar.gz

12.8 KB
Binary file not shown.

experiments/20210325-UP20L_init.ipynb

+11-13
Large diffs are not rendered by default.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
download_url = 'https://github.com/kelu124/pyusbus/', # I explain this later on
2323
keywords = ['ultrasound', 'usb'], # Keywords that define your package best
2424
install_requires=[ # I get to this in a second
25-
'fx2','usb','matplotlib','numpy'
25+
'fx2','pyusb','opencv-python','usb','matplotlib','numpy'
2626
],
2727
classifiers=[
2828
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package

0 commit comments

Comments
 (0)