-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump hyperscan dep #282
Bump hyperscan dep #282
Conversation
Tests failing for python3.9 as it's wheels are missing (and also sdist is missing) |
Using hyperscan v0.5.0 only for python3.9 version In addition, as |
.github/workflows/test.yml
Outdated
- name: Install python dependencies | ||
run: | | ||
pip install -r ./requirements.txt | ||
pip install -r ./tests/tests-requirements.txt | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests requirements need to be reintroduced otherwise tests will fail due to missing deps
Bump hyperscan dependency.
hyperscan v0.6 should work seamlessly on all python versions and should not require any hyperscan package to be installed upfront on the OS -> TODO: update README and Docker container image