Skip to content

Commit

Permalink
Update requirements.txt of compliance-tool
Browse files Browse the repository at this point in the history
Removed basyx version in reqs of
compliance-tool, as it was conflicting
when trying to install basyx-python-sdk
from a specific branch
  • Loading branch information
zrgt committed Jan 31, 2025
1 parent cd210fb commit 6b71fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compliance_tool/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
python_requires='>=3.8',
install_requires=[
'pyecma376-2>=0.2.4',
'basyx-python-sdk>=1.0.0',
'basyx-python-sdk',
]
)

0 comments on commit 6b71fbe

Please sign in to comment.