Skip to content

Commit a2829e3

Browse files
Update setup.cfg (#72)
* Update setup.cfg * Update README.md
1 parent 7b0373a commit a2829e3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff 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

Diff for: setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ install_requires = tiledb >= 0.9.0, < 0.9.2
3939
setup_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
4343
pytorch = torch>=1.8.1; torchvision>=0.9.1
4444
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
4646
pytorch_cloud = torch>=1.8.1; torchvision>=0.9.1; tiledb-cloud>=0.7.11
4747
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
4949

5050
[tool:pytest]
5151
addopts = --cov=tiledb --cov-report=term-missing

0 commit comments

Comments
 (0)