diff --git a/scripts/tiledb-py/update-recipe.py b/scripts/tiledb-py/update-recipe.py index fa9c5a3..ad0abee 100644 --- a/scripts/tiledb-py/update-recipe.py +++ b/scripts/tiledb-py/update-recipe.py @@ -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)