Skip to content

Commit 6576ddd

Browse files
committed
switches back dependency on Pint, as python 3.10 is a no go ... back to 3.7 I hope
1 parent d7c781a commit 6576ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
packages=find_packages(),
3131
include_package_data=True,
3232
zip_safe=False,
33-
install_requires=["pyserial==3.*", "pint==0.20.*"],
33+
install_requires=["pyserial==3.*", "pint==0.7.*"],
3434
)

0 commit comments

Comments
 (0)