Skip to content

Commit

Permalink
Fix pre-release tests (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Mar 22, 2024
1 parent 8f4c755 commit 98d33da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
condition: eq(variables['DEPENDENCIES_VERSION'], 'minimum')
- script: |
uv pip install --system --compile --pre "anndata[dev,test] @ ."
uv pip install --system --compile --pre "anndata[dev,test] @ ." "scanpy>=1.10.0rc1"
displayName: "Install dependencies release candidates"
condition: eq(variables['DEPENDENCIES_VERSION'], 'pre-release')
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -41,7 +41,8 @@ dependencies = [
# pandas 2.1.0rc0 has pandas/issues/54622
"pandas >=1.4, !=2.1.0rc0, !=2.1.2",
"numpy>=1.23",
"scipy>1.8",
# https://github.com/scverse/anndata/issues/1434
"scipy >1.8, <1.13.0rc1",
"h5py>=3.1",
"exceptiongroup; python_version<'3.11'",
"natsort",
Expand Down

0 comments on commit 98d33da

Please sign in to comment.