Skip to content

Commit

Permalink
Merge pull request #786 from NatLibFi/update-dependencies-v1.1-round-2
Browse files Browse the repository at this point in the history
Update dependencies for v1.1 release - round 2
  • Loading branch information
juhoinkinen committed Apr 25, 2024
2 parents ca04d07 + 7eba7ba commit 545662a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
PIPX_HOME: "/home/runner/.cache/pipx"
PIPX_BIN_DIR: "/home/runner/.local/bin"
POETRY_VERSION: "1.8.0"
POETRY_VERSION: "1.8.2"
permissions:
contents: read
jobs:
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ python = ">=3.9,<3.12"
connexion = { version = "~3.0.5", extras = ["flask", "uvicorn", "swagger-ui"] }
click = "8.1.*"
click-log = "0.4.*"
joblib = "1.3.*"
joblib = "1.4.*"
nltk = "3.8.*"
gensim = "4.3.*"
scikit-learn = "1.4.*"
scipy = "1.12.*"
rdflib = "7.0.*"
gunicorn = "21.2.*"
requests = "2.31.*"
gunicorn = "22.0.*"
numpy = "1.26.*"
optuna = "3.6.*"
python-dateutil = "2.8.*"
python-dateutil = "2.9.*"
tomli = { version = "2.0.*", python = "<3.11" }
simplemma = "0.9.*"
jsonschema = "4.21.*"
Expand All @@ -60,7 +61,6 @@ stwfsapy = { version = "0.4.*", optional = true }
[tool.poetry.dev-dependencies]
py = "*"
pytest = "8.*"
requests = "*"
pytest-cov = "*"
pytest-watch = "*"
pytest-flask = "*"
Expand Down

0 comments on commit 545662a

Please sign in to comment.