File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ TileDB-ML can be installed:
94
94
# on TileDB-Cloud try one of the follwoing.
95
95
pip install -e .[tensorflow_cloud]
96
96
pip install -e .[pytorch_cloud]
97
+ pip install -e .[sklearn_cloud]
97
98
98
99
- with pip from git:
99
100
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ install_requires = tiledb >= 0.9.0, < 0.9.2
39
39
setup_requires = setuptools_scm >= 6.0.0
40
40
41
41
[options.extras_require]
42
- tensorflow = tensorflow>=2.5.0
42
+ tensorflow = tensorflow>=2.5.0, < 2.6.0
43
43
pytorch = torch>=1.8.1; torchvision>=0.9.1
44
44
sklearn = scikit-learn>=0.23.0
45
- tensorflow_cloud = tensorflow>=2.5.0; tiledb-cloud>=0.7.11
45
+ tensorflow_cloud = tensorflow>=2.5.0, < 2.6.0 ; tiledb-cloud>=0.7.11
46
46
pytorch_cloud = torch>=1.8.1; torchvision>=0.9.1; tiledb-cloud>=0.7.11
47
47
sklearn_cloud = scikit-learn>=0.23.0; tiledb-cloud>=0.7.11
48
- full = tensorflow>=2.5.0; torch>=1.8.1; torchvision>=0.9.1; scikit-learn>=0.23.0; tiledb-cloud>=0.7.11
48
+ full = tensorflow>=2.5.0, < 2.6.0 ; torch>=1.8.1; torchvision>=0.9.1; scikit-learn>=0.23.0; tiledb-cloud>=0.7.11
49
49
50
50
[tool:pytest]
51
51
addopts = --cov =tiledb --cov-report =term-missing
You can’t perform that action at this time.
0 commit comments