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 7828792 commit 76816c9Copy full SHA for 76816c9
pyproject.toml
@@ -32,7 +32,7 @@ documentation = "https://dashboard.scale.com/nucleus/docs/api"
32
packages = [{include="nucleus"}]
33
34
[tool.poetry.dependencies]
35
-python = "^3.6.1"
+python = "^3.6.2"
36
grequests = "^0.6.0"
37
requests = "^2.25.1"
38
tqdm = "^4.60.0"
@@ -47,6 +47,7 @@ flake8 = "^3.9.1"
47
mypy = "^0.812"
48
coverage = "^5.5"
49
pre-commit = "^2.12.1"
50
+jupyterlab = "^3.0.14"
51
52
53
[build-system]
0 commit comments