Skip to content

Commit

Permalink
Update python higher bound to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshmi-bashyam committed Aug 28, 2024
1 parent a3b8399 commit 9578736
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stwfsapy"
version = "0.4.0"
version = "0.5.0"
description = "A library for match labels of thesaurus concepts to text and assigning scores to found occurrences."
authors = ["AutoSE <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ classifiers = [
homepage = "https://github.com/zbw/stwfsapy"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
scikit-learn = ">0.24,<2.0"
rdflib = "7.*"

Expand Down

0 comments on commit 9578736

Please sign in to comment.