Skip to content

Commit

Permalink
Updated owlapy version
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed May 31, 2024
1 parent b012dee commit 70322f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
setup(
name="ontosample",
description="Ontosample is a package that offers different sampling techniques for OWL ontologies.",
version="0.2.4",
version="0.2.5",
packages=find_packages(),
install_requires=[
"matplotlib>=3.3.4",
"owlready2>=0.40",
"torch>=1.7.1",
"pandas>=1.5.0",
"sortedcontainers>=2.4.0",
"owlapy==1.0.2",
"owlapy==1.1.0",
"requests>=2.31.0",
"deap>=1.3.1"],
author='Alkid Baci',
Expand Down

0 comments on commit 70322f2

Please sign in to comment.