File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ exclude = '''
2121
2222[tool .poetry ]
2323name = " scale-nucleus"
24- version = " 0.6.0 "
24+ version = " 0.6.1 "
2525description = " The official Python client library for Nucleus, the Data Platform for AI"
2626license = " MIT"
2727authors = [" Scale AI Nucleus Team <nucleusapi@scaleapi.com>" ]
@@ -38,12 +38,10 @@ tqdm = "^4.41.0"
3838dataclasses = { version = " ^0.7" , python = " ^3.6.1, <3.7" }
3939aiohttp = " ^3.7.4"
4040nest-asyncio = " ^1.5.1"
41- Sphinx = " ^4.2.0"
4241pydantic = " ^1.8.2"
43- isort = " ^5.10.1"
4442numpy = " ^1.19.5"
45- scipy = " ^1.5.4 "
46- click = " ^8.0.3 "
43+ scipy = " >=1.4.1 " # NOTE: COLAB has 1.4.1 and has problems updating
44+ click = " >=7.1.2,<9.0 " # NOTE: COLAB has 7.1.2 and has problems updating
4745rich = " ^10.15.2"
4846shellingham = " ^1.4.0"
4947
@@ -57,6 +55,7 @@ mypy = "^0.812"
5755coverage = " ^5.5"
5856pre-commit = " ^2.12.1"
5957jupyterlab = " ^3.1.10"
58+ isort = " ^5.10.1"
6059absl-py = " ^0.13.0"
6160Sphinx = " ^4.2.0"
6261sphinx-autobuild = " ^2021.3.14"
You can’t perform that action at this time.
0 commit comments