Skip to content

Commit

Permalink
Install latest tiledb from tiledb/label/nightlies (support mamba 2) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak authored Dec 11, 2024
1 parent 8d071ac commit e5162c9
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 *.%s" % (date)
updated["requirements"]["host"][i] = "tiledb"

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

0 comments on commit e5162c9

Please sign in to comment.