From feec8ad4e3069d9786121ffbaf4013810bbfaecb Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 29 May 2024 07:53:49 +0200 Subject: [PATCH] removed pybind11 to requirements --- .github/workflows/pylint.yml | 2 +- .github/workflows/pytest.yml | 2 +- requirements/common.txt | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 0fbc4a87..d1f1bea4 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -16,7 +16,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - pip install wheel setuptools pip --upgrade + pip install wheel setuptools pip pybind11 --upgrade pip install -r ./requirements/dev.txt pip install pylint - name: Analysing the code with pylint diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c9d6a18c..285f1ec3 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -16,7 +16,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - pip install wheel setuptools pip --upgrade + pip install wheel setuptools pip pybind11 --upgrade pip install -r ./requirements/dev.txt pip install pytest - name: Build tests diff --git a/requirements/common.txt b/requirements/common.txt index 96f7faee..57027bd4 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -13,5 +13,4 @@ jcamp~=1.2.2 PyMuPDF==1.23.7 pylint==3.0.3 str2bool~=1.1 -pybind11 parser-binary @ git+https://github.com/ComPlat/BinaryParser@main \ No newline at end of file