Skip to content

Commit

Permalink
feat: removing dependency to typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoMagnini committed Nov 28, 2024
1 parent 9bc9093 commit 2385de0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Some quick links:

## Reference papers

If you use this library in your research you must cite the **PSyKI** paper.
Additionally, if you use one of the original injectors, fairness methods or QoS metrics, you must cite the respective paper.
Cite the **PSyKI** paper ff you use this library in your research.
Additionally, cite the respective paper if you use one of the original injectors, fairness methods or QoS metrics.

### PSyKI (main paper)
> Matteo Magnini, Giovanni Ciatto, Andrea Omicini. "On the Design of PSyKI: A Platform for Symbolic Knowledge Injection into Sub-Symbolic Predictors", in: Proceedings of the 4th International Workshop on EXplainable and TRAnsparent AI and Multi-Agent Systems, 2022.
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "psyki"
version = "0.4.1"
version = "0.4.2"
description = "PSyKI: a (Python) platform for symbolic knowledge injection"
authors = ["Matteo Magnini <[email protected]>"]
license = "Apache2.0"
Expand All @@ -15,7 +15,6 @@ codecarbon = "2.2.4"
pandas = "1.4.2"
keras = "2.13.1"
tensorflow-macos = "2.13.1"
typing-extensions = "4.5.0"
prometheus-client = "^0.21.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 2385de0

Please sign in to comment.