Skip to content

Commit

Permalink
Package-Dependency: Do not limit python-can package to be version < 4
Browse files Browse the repository at this point in the history
* It looks like PyTrinamic works fine with the latest python-can version
* Tested with tests\test_can_adapters.py
* This is expected to fix #106
  • Loading branch information
trinamic-bp committed Jun 4, 2024
1 parent 438e25f commit 63c7ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=[
"python-can>=3,<4",
"python-can>=3",
"canopen",
"pyserial>=3"
],
Expand Down

0 comments on commit 63c7ef5

Please sign in to comment.