Skip to content

Commit

Permalink
Merge pull request #95 from bio-ontology-research-group/dependabot/pi…
Browse files Browse the repository at this point in the history
…p/scipy-lt-1.16.0

Update scipy requirement from <1.15.0 to <1.16.0
  • Loading branch information
ferzcam authored Jan 19, 2025
2 parents 69fa179 + 0bf702b commit 34333e0
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Changed
- Upgraded scipy dependency from 1.15.0 to 1.16.0
- Upgraded JPype1 dependency from 1.5.0 to 1.5.1

## [1.0.1]
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 @@ -17,7 +17,7 @@ dependencies:
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- scipy<1.16.0
- pykeen==1.11.0
- temp

2 changes: 1 addition & 1 deletion envs/environment_3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- scipy<1.16.0
- pykeen==1.11.0
- temp

2 changes: 1 addition & 1 deletion envs/environment_3_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- scipy<1.16.0
- pykeen==1.11.0
- temp

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.15.0
- scipy<1.16.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 @@ -17,7 +17,7 @@ dependencies:
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- scipy<1.16.0
- pykeen==1.11.0
- temp

2 changes: 1 addition & 1 deletion envs/environment_dev_3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- scipy<1.16.0
- build
- pykeen==1.11.0
- numpy
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 @@ -23,7 +23,7 @@ dependencies:
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- scipy<1.16.0
- build
- pykeen==1.11.0
- numpy
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 @@ -23,7 +23,7 @@ dependencies:
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- scipy<1.16.0
- build
- pykeen==1.11.0
- numpy
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.15.0
- scipy<1.16.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 @@ -21,7 +21,7 @@ dependencies:
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- scipy<1.16.0
- build
- pykeen==1.11.0
- numpy
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="mowl-borg",
version="1.0.2-dev.5",
version="1.0.2-dev.6",
author="Bio-Ontology Research Group",
author_email="[email protected]",
description="mOWL: A machine learning library with ontologies",
Expand Down Expand Up @@ -38,7 +38,7 @@
"pyyaml",
"requests",
"scikit-learn",
"scipy<1.15.0",
"scipy<1.16.0",
"temp",
"tqdm",
"torch",
Expand Down

0 comments on commit 34333e0

Please sign in to comment.