File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 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:
9494 # on TileDB-Cloud try one of the follwoing.
9595 pip install -e .[tensorflow_cloud]
9696 pip install -e .[pytorch_cloud]
97+ pip install -e .[sklearn_cloud]
9798
9899- with pip from git:
99100
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ install_requires = tiledb >= 0.9.0, < 0.9.2
3939setup_requires = setuptools_scm >= 6.0.0
4040
4141[options.extras_require]
42- tensorflow = tensorflow>=2.5.0
42+ tensorflow = tensorflow>=2.5.0, < 2.6.0
4343pytorch = torch>=1.8.1; torchvision>=0.9.1
4444sklearn = 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
4646pytorch_cloud = torch>=1.8.1; torchvision>=0.9.1; tiledb-cloud>=0.7.11
4747sklearn_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
4949
5050[tool:pytest]
5151addopts = --cov =tiledb --cov-report =term-missing
You can’t perform that action at this time.
0 commit comments