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 = '''
21
21
22
22
[tool .poetry ]
23
23
name = " scale-nucleus"
24
- version = " 0.6.0 "
24
+ version = " 0.6.1 "
25
25
description = " The official Python client library for Nucleus, the Data Platform for AI"
26
26
license = " MIT"
27
27
authors = [" Scale AI Nucleus Team <nucleusapi@scaleapi.com>" ]
@@ -38,12 +38,10 @@ tqdm = "^4.41.0"
38
38
dataclasses = { version = " ^0.7" , python = " ^3.6.1, <3.7" }
39
39
aiohttp = " ^3.7.4"
40
40
nest-asyncio = " ^1.5.1"
41
- Sphinx = " ^4.2.0"
42
41
pydantic = " ^1.8.2"
43
- isort = " ^5.10.1"
44
42
numpy = " ^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
47
45
rich = " ^10.15.2"
48
46
shellingham = " ^1.4.0"
49
47
@@ -57,6 +55,7 @@ mypy = "^0.812"
57
55
coverage = " ^5.5"
58
56
pre-commit = " ^2.12.1"
59
57
jupyterlab = " ^3.1.10"
58
+ isort = " ^5.10.1"
60
59
absl-py = " ^0.13.0"
61
60
Sphinx = " ^4.2.0"
62
61
sphinx-autobuild = " ^2021.3.14"
You can’t perform that action at this time.
0 commit comments