Skip to content

Commit

Permalink
Release 0.16.3 (#1216)
Browse files Browse the repository at this point in the history
* This removes `import tkinter` from `test_libtiledb.py` which was preventing the conda package from building properly
  • Loading branch information
nguyenv authored Jul 11, 2022
1 parent 494798d commit d9b58ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# TileDB-Py 0.16.3 Release Notes

## Packaging Notes
* This removes `import tkinter` from `test_libtiledb.py` which was preventing the conda package from building properly

# TileDB-Py 0.16.2 Release Notes

## TileDB Embedded updates:
Expand Down
2 changes: 1 addition & 1 deletion misc/azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stages:
LIBTILEDB_VERSION: dev
LIBTILEDB_SHA: dev
${{ else }}:
TILEDBPY_VERSION: 0.16.2
TILEDBPY_VERSION: 0.16.3
LIBTILEDB_VERSION: 2.10.2
LIBTILEDB_SHA: 9ab84f907fa5bbbc22099df220ac86f1391509f1
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
Expand Down
1 change: 0 additions & 1 deletion tiledb/tests/test_libtiledb.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import pickle
import random
import re
from tkinter import NONE
import urllib
import subprocess
import sys
Expand Down

0 comments on commit d9b58ca

Please sign in to comment.