Skip to content

Commit

Permalink
Downgraded python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Nov 20, 2024
1 parent 58f997b commit 9cff5fc
Showing 1 changed file with 2 additions and 2 deletions.
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 = "facet-scanner"
version = "0.1.3"
version = "0.1.4"
description = "Extracts facets from datasets to add to elasticsearch."
authors = ["Daniel Westwood <[email protected]>"]
license = "{file='LICENSE'}"
Expand All @@ -20,7 +20,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.12"
python = ">=3.8,<4.0"
elasticsearch = "^7"
requests = "^2.32.3"
tqdm = "^4.66.6"
Expand Down

0 comments on commit 9cff5fc

Please sign in to comment.