Skip to content

Commit

Permalink
Migrate tiledb-py-feedstock nightly to py39 and numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Sep 14, 2024
1 parent 5dea8d5 commit 89738dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tiledb-py/update-recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
#
# https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/main/recipe/conda_build_config.yaml

config["python"] = ["3.8.* *_cpython", "3.12.* *_cpython"]
config["python"] = ["3.9.* *_cpython", "3.12.* *_cpython"]
config["python_impl"] = ["cpython", "cpython"]
config["numpy"] = [1.22, 1.26]
config["numpy"] = ["2.0", "2.0"]

with open(conda_build_config, "w") as f:
yaml.dump(config, f)

0 comments on commit 89738dd

Please sign in to comment.