Skip to content

Commit

Permalink
⬆️ JPype 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzcam committed Nov 26, 2024
1 parent 7592455 commit 6542a70
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
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
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 6542a70

Please sign in to comment.