We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6066bd commit e21a60fCopy full SHA for e21a60f
pyproject.toml
@@ -30,15 +30,15 @@ classifiers = [
30
]
31
dependencies = [
32
"jupyter_server>=1.6,<3",
33
- "traitlets",
34
- "nbconvert",
+ "traitlets~=5.0",
+ "nbconvert~=7.0",
35
"pydantic~=1.10",
36
- "sqlalchemy<2",
37
- "croniter",
38
- "pytz",
39
- "fsspec",
40
- "s3fs",
41
- "psutil"
+ "sqlalchemy~=1.0",
+ "croniter~=1.4",
+ "pytz==2023.3",
+ "fsspec==2023.6.0",
+ "s3fs==2023.6.0",
+ "psutil~=5.9"
42
43
44
[project.optional-dependencies]
0 commit comments