Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Dec 16, 2023
1 parent e5e2662 commit 9b634c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
setup(
name="ontosample",
description="Ontosample is a package that offers different sampling techniques for OWL ontologies.",
version="0.1.0",
version="0.1.1",
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.0",
"requests>=2.31.0"],
author='Alkid Baci',
author_email='alkid1baci@gmail.com',
url='https://github.com/alkidbaci/OntoSample',
Expand Down

0 comments on commit 9b634c9

Please sign in to comment.