Skip to content

Commit 72e245f

Browse files
authored
Change dependencies to better accompany installation in COLAB (#214)
1 parent 59eda33 commit 72e245f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude = '''
2121

2222
[tool.poetry]
2323
name = "scale-nucleus"
24-
version = "0.6.0"
24+
version = "0.6.1"
2525
description = "The official Python client library for Nucleus, the Data Platform for AI"
2626
license = "MIT"
2727
authors = ["Scale AI Nucleus Team <nucleusapi@scaleapi.com>"]
@@ -38,12 +38,10 @@ tqdm = "^4.41.0"
3838
dataclasses = { version = "^0.7", python = "^3.6.1, <3.7" }
3939
aiohttp = "^3.7.4"
4040
nest-asyncio = "^1.5.1"
41-
Sphinx = "^4.2.0"
4241
pydantic = "^1.8.2"
43-
isort = "^5.10.1"
4442
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
4745
rich = "^10.15.2"
4846
shellingham = "^1.4.0"
4947

@@ -57,6 +55,7 @@ mypy = "^0.812"
5755
coverage = "^5.5"
5856
pre-commit = "^2.12.1"
5957
jupyterlab = "^3.1.10"
58+
isort = "^5.10.1"
6059
absl-py = "^0.13.0"
6160
Sphinx = "^4.2.0"
6261
sphinx-autobuild = "^2021.3.14"

0 commit comments

Comments
 (0)