Skip to content

Commit

Permalink
Version bump, fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping committed Jun 20, 2024
1 parent 6eef079 commit c68d4e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ line-length=79

[tool.poetry]
name = "embedding-explorer"
version = "0.5.2"
version = "0.5.3"
description = "Tools for interactive visual inspection of semantic embeddings."
authors = ["Márton Kardos <[email protected]>"]
license = "MIT"
Expand All @@ -15,11 +15,11 @@ packages = [{include = "embedding_explorer"}]

[tool.poetry.dependencies]
python = ">=3.8.0"
dash = "^2.11.1"
plotly = "^5.14.0"
dash-extensions = "^0.1.10"
dash-mantine-components = "^0.11.1"
dash-iconify = "^0.1.2"
dash = "~2.11.1"
plotly = "~5.14.0"
dash-extensions = "~0.1.10"
dash-mantine-components = "~0.11.1"
dash-iconify = "~0.1.2"
scikit-learn = "^1.1.0"
numpy = ">=1.23.0"
pandas = ">=1.5.2"
Expand Down

0 comments on commit c68d4e4

Please sign in to comment.