Skip to content

Commit

Permalink
dependency restrictions removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawhy committed Mar 1, 2024
1 parent fdebf84 commit 72593d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Security in case of vulnerabilities. -->

### Changed

- [X] **Remove** dependency version restrictions.
- [X] **Change** `.instances_of()` to `get_instances()` at `deeponto.onto.OntologyReasoner`.
- [X] **Change** `deeponto.subs` to `deeponto.complete`.
- [X] **Move** `deeponto.probe.ontolama` into `deeponto.complete`.
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
JPype1==1.4.1
# mowl-borg==0.1.0
JPype1
yacs
torch
anytree==2.8.0
anytree
click
dill
pandas
Expand All @@ -16,7 +15,7 @@ pprintpp
networkx
lxml
textdistance
ipywidgets==7.7.1
ipywidgets
ipykernel
enlighten
rdflib
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ packages = find:
python_requires = >=3.8
include_package_data = True
install_requires =
JPype1==1.3.0
JPype1
# mowl-borg==0.1.0
yacs
torch
anytree==2.8.0
anytree
click
dill
pandas
Expand All @@ -40,7 +40,7 @@ install_requires =
networkx
lxml
textdistance
ipywidgets==7.7.1
ipywidgets
ipykernel
enlighten
rdflib
Expand Down

0 comments on commit 72593d0

Please sign in to comment.