Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/python/conda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tiledbvcf-py
channels:
- conda-forge
dependencies:
- numpy<2
- numpy
- python<3.12 # based on available tiledb-py wheels
- pybind11
- pyarrow>=14.0.2 # for pyarrow security fix
Expand Down
2 changes: 1 addition & 1 deletion apis/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]

dependencies = ["pandas", "pyarrow", "pyarrow-hotfix", "numpy<2"]
dependencies = ["pandas", "pyarrow", "pyarrow-hotfix", "numpy"]

[project.optional-dependencies]
test = ["dask[distributed]", "pytest", "tiledb"]
Expand Down
2 changes: 1 addition & 1 deletion ci/gha-win-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- tiledb=2.15
- vs2019_win-64
# build tiledbvcf-py
- numpy<2
- numpy
- pandas<2.0
- pyarrow=9.0
- pyarrow-hotfix
Expand Down