Skip to content

Commit

Permalink
fix: numpy install issue with python < 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Oct 27, 2022
1 parent a4358a9 commit ff68e29
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/instance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
echo LOOKYLOO_HOME="'`pwd`'" > .env
cp config/generic.json.sample config/generic.json
cp config/modules.json.sample config/modules.json
poetry run pip install -U numpy
poetry install -vvv
poetry run playwright install
poetry run tools/validate_config_files.py --check
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Install dependencies
run: |
sudo apt install libfuzzy-dev
poetry run pip install -U numpy
poetry install
echo LOOKYLOO_HOME="`pwd`" >> .env
poetry run tools/3rdparty.py
Expand Down
59 changes: 49 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ pyhashlookup = "^1.2.1"
lief = "^0.12.2"
ua-parser = "^0.16.1"
Flask-Login = "^0.6.2"
har2tree = "^1.15.6"
har2tree = "^1.16.0"
passivetotal = "^2.5.9"
werkzeug = "2.1.2"
filetype = "^1.1.0"
pypandora = "^1.1.2"
lacuscore = "^1.1.0"
lacuscore = "^1.1.1"
pylacus = "^1.1.0"

[tool.poetry.extras]
Expand Down

0 comments on commit ff68e29

Please sign in to comment.