Skip to content

Commit

Permalink
chore: update dep pins
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Apr 7, 2024
1 parent 864f35d commit 97ab62e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ dependencies = [
"pydantic>=2.5.0,<3.0.0",
"papermill>=2.5.0",
"jupyterlab",
"croniter",
"psutil",
"typing-extensions",
"croniter>2",
"psutil~=5.9.0",
"typing-extensions>4,<5",
"immutabledict~=4.1.0",
"fsspec",
"dynaconf"
"fsspec>=2022",
"dynaconf>3,<4",
"eval_type_backport~=0.1.3; python_version<'3.10'",
]
requires-python = ">=3.9,<3.13"
readme = "README.md"
Expand Down

0 comments on commit 97ab62e

Please sign in to comment.