Skip to content

Commit

Permalink
Fixed version of hampy for py3
Browse files Browse the repository at this point in the history
  • Loading branch information
ymollard committed Nov 12, 2021
1 parent 7df3cc6 commit 90747cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def version():
version=version(),
packages=find_packages(),

install_requires=['pypot >= 4.0.0', 'hampy'],
install_requires=['pypot >= 4.0.0', 'hampy >= 1.4.2'],

include_package_data=True,
exclude_package_data={'': ['README', '.gitignore']},
Expand Down

0 comments on commit 90747cd

Please sign in to comment.