Skip to content
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

Merged
merged 11 commits into from
Nov 23, 2023
Merged

Bump hyperscan dep #282

merged 11 commits into from
Nov 23, 2023

Conversation

marcorosa
Copy link
Member

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

@marcorosa
Copy link
Member Author

Tests failing for python3.9 as it's wheels are missing (and also sdist is missing)
ref

@marcorosa
Copy link
Member Author

Using hyperscan v0.5.0 only for python3.9 version

In addition, as python setup.py install is outdated, refer to pip install . in the README and test workflow

Comment on lines 56 to 60
- name: Install python dependencies
run: |
pip install -r ./requirements.txt
pip install -r ./tests/tests-requirements.txt

Copy link
Member Author

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

@marcorosa marcorosa merged commit d27d000 into develop Nov 23, 2023
5 checks passed
@marcorosa marcorosa deleted the bump/hyperscan branch November 23, 2023 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant