Skip to content

Commit

Permalink
add version specifiers for all dependencies (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq authored Aug 15, 2023
1 parent 26fdfbb commit a7bce76
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ classifiers = [
]
dependencies = [
"jupyter_server>=1.6,<3",
"traitlets",
"nbconvert",
"traitlets~=5.0",
"nbconvert~=7.0",
"pydantic~=1.10",
"sqlalchemy<2",
"croniter",
"pytz",
"fsspec",
"s3fs",
"psutil"
"sqlalchemy~=1.0",
"croniter~=1.4",
"pytz==2023.3",
"fsspec==2023.6.0",
"s3fs==2023.6.0",
"psutil~=5.9"
]

[project.optional-dependencies]
Expand Down

0 comments on commit a7bce76

Please sign in to comment.