diff --git a/.github/workflows/python-package_3_13.yml b/.github/workflows/python-package_3_13.yml deleted file mode 100644 index 2d0959b..0000000 --- a/.github/workflows/python-package_3_13.yml +++ /dev/null @@ -1,48 +0,0 @@ -# This workflow will install Python dependencies, run tests and lint with a variety of Python versions -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions - -name: Python package - -on: - push: - branches: [ "main", develop ] - pull_request: - branches: [ "main", develop ] - -jobs: - build: - - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: ["ubuntu-latest"] - python-version: ["3.13"] - defaults: - run: - shell: bash -l {0} - steps: - - uses: actions/checkout@v3 - - uses: conda-incubator/setup-miniconda@v2 - with: - auto-update-conda: true - python-version: ${{ matrix.python-version }} - activate-environment: anaconda-client-env - environment-file: envs/environment_3_13.yml - auto-activate-base: false - channels: conda-forge - use-mamba: true - - name: Install dependencies - run: | - python -m pip install --upgrade pip - python -m pip install flake8 pytest coverage pytest-faulthandler - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - name: Lint with flake8 - run: | - # stop the build if there are Python syntax errors or undefined names - # flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 mowl --count --exit-zero --max-complexity=20 --max-line-length=127 --statistics - - name: Test with pytest - run: | - pytest -m "not slow" -p no:faulthandler diff --git a/README.md b/README.md index 841e0b0..8cd77c4 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ mainly in Python, but we have integrated the functionalities of [OWLAPI](https:/ - gensim >= 4.3.0 - JPype1 == 1.5.0 - pykeen == 1.10.2 - - scipy < 1.13.0 + - scipy < 1.15.0 ### Install from PyPi diff --git a/docs/source/install/index.rst b/docs/source/install/index.rst index 0fa4292..a91711d 100644 --- a/docs/source/install/index.rst +++ b/docs/source/install/index.rst @@ -15,7 +15,7 @@ Python requirements - gensim >= 4.3.0 - JPype1 == 1.5.0 - pykeen == 1.10.2 -- scipy < 1.13.0 +- scipy < 1.15.0 Install from source code diff --git a/envs/environment_3_10.yml b/envs/environment_3_10.yml index 9237408..56d6b4c 100644 --- a/envs/environment_3_10.yml +++ b/envs/environment_3_10.yml @@ -13,7 +13,7 @@ dependencies: - pyyaml - requests - scikit-learn - - scipy<1.13.0 + - scipy<1.15.0 - tqdm - urllib3 - pip diff --git a/envs/environment_3_11.yml b/envs/environment_3_11.yml index 4d65cc5..bbb07b4 100644 --- a/envs/environment_3_11.yml +++ b/envs/environment_3_11.yml @@ -13,7 +13,7 @@ dependencies: - pyyaml - requests - scikit-learn - - scipy<1.13.0 + - scipy<1.15.0 - tqdm - urllib3 - pip diff --git a/envs/environment_3_12.yml b/envs/environment_3_12.yml index 36ad32f..ffae78c 100644 --- a/envs/environment_3_12.yml +++ b/envs/environment_3_12.yml @@ -13,7 +13,7 @@ dependencies: - pyyaml - requests - scikit-learn - - scipy<1.13.0 + - scipy<1.15.0 - tqdm - urllib3 - pip diff --git a/envs/environment_3_13.yml b/envs/environment_3_13.yml index 634a94f..5a83840 100644 --- a/envs/environment_3_13.yml +++ b/envs/environment_3_13.yml @@ -13,7 +13,7 @@ dependencies: - pyyaml - requests - scikit-learn - - scipy<1.13.0 + - scipy<1.15.0 - tqdm - urllib3 - pip diff --git a/envs/environment_3_9.yml b/envs/environment_3_9.yml index 82f61bc..b1e55c7 100644 --- a/envs/environment_3_9.yml +++ b/envs/environment_3_9.yml @@ -13,7 +13,7 @@ dependencies: - pyyaml - requests - scikit-learn - - scipy<1.13.0 + - scipy<1.15.0 - tqdm - urllib3 - pip diff --git a/envs/environment_dev_3_10.yml b/envs/environment_dev_3_10.yml index 858c9e2..ddd151d 100644 --- a/envs/environment_dev_3_10.yml +++ b/envs/environment_dev_3_10.yml @@ -16,7 +16,7 @@ dependencies: - protobuf - pyyaml - requests - - scipy<1.13.0 + - scipy<1.15.0 - scikit-learn - urllib3 - pytorch diff --git a/envs/environment_dev_3_11.yml b/envs/environment_dev_3_11.yml index 00c2dea..9348de0 100644 --- a/envs/environment_dev_3_11.yml +++ b/envs/environment_dev_3_11.yml @@ -16,7 +16,7 @@ dependencies: - protobuf - pyyaml - requests - - scipy<1.13.0 + - scipy<1.15.0 - scikit-learn - urllib3 - pytorch diff --git a/envs/environment_dev_3_12.yml b/envs/environment_dev_3_12.yml index 6cfecca..f4b9f52 100644 --- a/envs/environment_dev_3_12.yml +++ b/envs/environment_dev_3_12.yml @@ -16,7 +16,7 @@ dependencies: - protobuf - pyyaml - requests - - scipy<1.13.0 + - scipy<1.15.0 - scikit-learn - urllib3 - pytorch diff --git a/envs/environment_dev_3_13.yml b/envs/environment_dev_3_13.yml index a486411..f2f85a4 100644 --- a/envs/environment_dev_3_13.yml +++ b/envs/environment_dev_3_13.yml @@ -16,7 +16,7 @@ dependencies: - protobuf - pyyaml - requests - - scipy<1.13.0 + - scipy<1.15.0 - scikit-learn - urllib3 - pytorch diff --git a/envs/environment_dev_3_9.yml b/envs/environment_dev_3_9.yml index c9f5070..8419499 100644 --- a/envs/environment_dev_3_9.yml +++ b/envs/environment_dev_3_9.yml @@ -16,7 +16,7 @@ dependencies: - protobuf - pyyaml - requests - - scipy<1.13.0 + - scipy<1.15.0 - scikit-learn - urllib3 - pytorch