Skip to content

Commit

Permalink
Specify latest tiledb using the pin 2.* (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak authored Dec 13, 2024
1 parent e5162c9 commit a688f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tiledb-py/update-recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# Pin tiledb by the date
for i in range(len(updated["requirements"]["host"])):
if updated["requirements"]["host"][i].startswith("tiledb"):
updated["requirements"]["host"][i] = "tiledb"
updated["requirements"]["host"][i] = "tiledb 2.*"

with open(recipe, "w") as f:
yaml.dump(updated, f)
Expand Down

0 comments on commit a688f1b

Please sign in to comment.