Skip to content

Commit 9fa75f6

Browse files
authored
Update minimum required cmake version to =>3.23 (#1260)
* Fixes issue #1258 * Required for building `libtiledb` as of TileDB-Inc/TileDB#3306
1 parent 7dd3dd9 commit 9fa75f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Improvements
44
* `setup.py` revert back to retrieving core version by using `ctypes` by parsing `tiledb_version.h`; the tiledb shared object lib now returns back a full path [#1226](https://github.com/TileDB-Inc/TileDB-Py/pull/1226)
5+
* Update minimum required cmake version to =>3.23; required for building `libtiledb` [#1260](https://github.com/TileDB-Inc/TileDB-Py/pull/1260)
56

67
## API Changes
78
* Addition of `in` operator for `QueryCondition` [#1214](https://github.com/TileDB-Inc/TileDB-Py/pull/1214)

requirements_dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ numpy >= 1.16.5
33
# ------------------------------------------------
44
# ** MUST sync with misc/requirements_wheel.txt **
55
# ------------------------------------------------
6-
# Note 11/23/2021: the current version of the AWS sdk does not work with cmake 3.22
7-
cmake >= 3.21, < 3.22
6+
cmake >= 3.23
87
cython >= 0.27
98
pybind11 >= 2.6.2
109
setuptools >= 18.0, <= 59.5.0

0 commit comments

Comments
 (0)