diff --git a/scripts/tiledb-py/update-recipe.py b/scripts/tiledb-py/update-recipe.py index 69b3ccb..fa9c5a3 100644 --- a/scripts/tiledb-py/update-recipe.py +++ b/scripts/tiledb-py/update-recipe.py @@ -64,7 +64,8 @@ with open(recipe, "w") as f: yaml.dump(updated, f) -remove_deprecations_value = "ON" +# Run without deprecation warnings +remove_deprecations_value = "OFF" # Create OS-specific build scripts with open("tiledb-py-feedstock/recipe/build.sh", "w") as f: