Skip to content

Commit

Permalink
Merge pull request #94 from bio-ontology-research-group/dependabot/pi…
Browse files Browse the repository at this point in the history
…p/jpype1-1.5.1

Bump jpype1 from 1.5.0 to 1.5.1
  • Loading branch information
ferzcam authored Nov 26, 2024
2 parents ac27934 + 4ddd6fa commit 69fa179
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Upgraded JPype1 dependency from 1.5.0 to 1.5.1

## [1.0.1]
### Fixed
- Fix bug on CI pipeline to publish on PyPI
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mainly in Python, but we have integrated the functionalities of [OWLAPI](https:/

- torch
- gensim >= 4.3.0
- JPype1 == 1.5.0
- JPype1 == 1.5.1
- pykeen == 1.11.0
- scipy < 1.15.0

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 @@ -13,7 +13,7 @@ Python requirements

- torch
- gensim >= 4.3.0
- JPype1 == 1.5.0
- JPype1 == 1.5.1
- pykeen == 1.11.0
- scipy < 1.15.0

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 @@ -6,7 +6,7 @@ dependencies:
- click
- deprecated
- gradle
- JPype1=1.5.0
- JPype1=1.5.1
- pandas
- pytorch
- pyyaml
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 @@ -6,7 +6,7 @@ dependencies:
- click
- deprecated
- gradle
- JPype1=1.5.0
- JPype1=1.5.1
- pandas
- pytorch
- pyyaml
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 @@ -6,7 +6,7 @@ dependencies:
- click
- deprecated
- gradle
- JPype1=1.5.0
- JPype1=1.5.1
- pandas
- pytorch
- pyyaml
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 @@ -7,7 +7,7 @@ dependencies:
- deprecated
- gensim>=4.3.0
- gradle
- JPype1=1.5.0
- JPype1=1.5.1
- pandas
- pytorch
- pyyaml
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 @@ -6,7 +6,7 @@ dependencies:
- click
- deprecated
- gradle
- JPype1=1.5.0
- JPype1=1.5.1
- pandas
- pytorch
- pyyaml
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 @@ -10,7 +10,7 @@ dependencies:
- networkx
- click
- grpcio
- JPype1=1.5.0
- JPype1=1.5.1
- pandas
- protobuf
- pyyaml
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 @@ -10,7 +10,7 @@ dependencies:
- networkx
- click
- grpcio
- JPype1=1.5.0
- JPype1=1.5.1
- pandas
- protobuf
- pyyaml
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 @@ -10,7 +10,7 @@ dependencies:
- networkx
- click
- grpcio
- JPype1=1.5.0
- JPype1=1.5.1
- pandas
- protobuf
- pyyaml
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 @@ -11,7 +11,7 @@ dependencies:
- networkx
- click
- grpcio
- JPype1=1.5.0
- JPype1=1.5.1
- pandas
- protobuf
- pyyaml
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 @@ -8,7 +8,7 @@ dependencies:
- networkx
- click
- grpcio
- JPype1=1.5.0
- JPype1=1.5.1
- pandas
- protobuf
- pyyaml
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.4",
version="1.0.2-dev.5",
author="Bio-Ontology Research Group",
author_email="fernando.zhapacamacho@kaust.edu.sa",
description="mOWL: A machine learning library with ontologies",
Expand All @@ -29,7 +29,7 @@
"click",
"deprecated",
"gensim>=4.3.0",
"JPype1==1.5.0",
"JPype1==1.5.1",
"matplotlib",
"networkx",
"numpy",
Expand Down

0 comments on commit 69fa179

Please sign in to comment.