Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Feb 15, 2024
1 parent bed6ad0 commit e9c1a54
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.1.1",
version="0.2.0",
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>=0.1.0",
"owlapy>=0.1.1",
"requests>=2.31.0"],
author='Alkid Baci',
author_email='alkid1baci@gmail.com',
Expand Down

0 comments on commit e9c1a54

Please sign in to comment.