File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # TileDB-Py 0.16.3 Release Notes
2
+
3
+ ## Packaging Notes
4
+ * This removes ` import tkinter ` from ` test_libtiledb.py ` which was preventing the conda package from building properly
5
+
1
6
# TileDB-Py 0.16.2 Release Notes
2
7
3
8
## TileDB Embedded updates:
Original file line number Diff line number Diff line change 6
6
LIBTILEDB_VERSION : dev
7
7
LIBTILEDB_SHA : dev
8
8
${{ else }} :
9
- TILEDBPY_VERSION : 0.16.2
9
+ TILEDBPY_VERSION : 0.16.3
10
10
LIBTILEDB_VERSION : 2.10.2
11
11
LIBTILEDB_SHA : 9ab84f907fa5bbbc22099df220ac86f1391509f1
12
12
LIBTILEDB_REPO : https://github.com/TileDB-Inc/TileDB
Original file line number Diff line number Diff line change 5
5
import pickle
6
6
import random
7
7
import re
8
- from tkinter import NONE
9
8
import urllib
10
9
import subprocess
11
10
import sys
You can’t perform that action at this time.
0 commit comments