Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gspowley committed Jul 29, 2023
1 parent f696d75 commit 18efa06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apis/python/conda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: tiledbvcf-py
channels:
- conda-forge
dependencies:
- python>=3.4
- pybind11=2.3.0
- pyarrow==3.0.0
- python>=3.7
- pybind11>=2.10.0
- pyarrow>=9.0.0
- fsspec<2023.3.0 # fix dask failures in pytest
- dask>=0.19.0
- pip
Expand Down
2 changes: 1 addition & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def run(self):
"setuptools>=18.0",
"setuptools_scm>=1.5.4",
"wheel>=0.30",
"pybind11>=2.3.0",
"pybind11>=2.10.0",
"setuptools_scm_git_archive",
],
install_requires=[],
Expand Down

0 comments on commit 18efa06

Please sign in to comment.