Skip to content

Commit

Permalink
⬆️ Updated scipy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzcam committed Nov 18, 2024
1 parent fda4505 commit f3b0a4c
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 60 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/python-package_3_13.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion envs/environment_3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pyyaml
- requests
- scikit-learn
- scipy<1.13.0
- scipy<1.15.0
- tqdm
- urllib3
- pip
Expand Down
2 changes: 1 addition & 1 deletion envs/environment_3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pyyaml
- requests
- scikit-learn
- scipy<1.13.0
- scipy<1.15.0
- tqdm
- urllib3
- pip
Expand Down
2 changes: 1 addition & 1 deletion envs/environment_3_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pyyaml
- requests
- scikit-learn
- scipy<1.13.0
- scipy<1.15.0
- tqdm
- urllib3
- pip
Expand Down
2 changes: 1 addition & 1 deletion envs/environment_3_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pyyaml
- requests
- scikit-learn
- scipy<1.13.0
- scipy<1.15.0
- tqdm
- urllib3
- pip
Expand Down
2 changes: 1 addition & 1 deletion envs/environment_3_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pyyaml
- requests
- scikit-learn
- scipy<1.13.0
- scipy<1.15.0
- tqdm
- urllib3
- pip
Expand Down
2 changes: 1 addition & 1 deletion envs/environment_dev_3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- protobuf
- pyyaml
- requests
- scipy<1.13.0
- scipy<1.15.0
- scikit-learn
- urllib3
- pytorch
Expand Down
2 changes: 1 addition & 1 deletion envs/environment_dev_3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- protobuf
- pyyaml
- requests
- scipy<1.13.0
- scipy<1.15.0
- scikit-learn
- urllib3
- pytorch
Expand Down
2 changes: 1 addition & 1 deletion envs/environment_dev_3_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- protobuf
- pyyaml
- requests
- scipy<1.13.0
- scipy<1.15.0
- scikit-learn
- urllib3
- pytorch
Expand Down
2 changes: 1 addition & 1 deletion envs/environment_dev_3_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- protobuf
- pyyaml
- requests
- scipy<1.13.0
- scipy<1.15.0
- scikit-learn
- urllib3
- pytorch
Expand Down
2 changes: 1 addition & 1 deletion envs/environment_dev_3_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- protobuf
- pyyaml
- requests
- scipy<1.13.0
- scipy<1.15.0
- scikit-learn
- urllib3
- pytorch
Expand Down

0 comments on commit f3b0a4c

Please sign in to comment.