Skip to content

Commit

Permalink
fix: disable numpy 2.0 since our dependencies don't yet work with it (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Jun 13, 2024
1 parent 35eb06d commit 7f646b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ channels:
- nodefaults
dependencies:
- conda-forge::python=3.8 # the lowest version of python that we formally support
- conda-forge::pip==23.3.2
- conda-forge::poetry==1.7.1
- conda-forge::nox==2023.04.22
- conda-forge::poetry-plugin-export==1.6.0
- conda-forge::pip==24.0
- conda-forge::poetry==1.8.3
- conda-forge::nox==2024.4.15
- conda-forge::poetry-plugin-export==1.8.0
- pip:
- nox-poetry==1.0.3
- poetry-conda==0.1.1
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.7,<4.0"
numpy = ">=1.20.0"
numpy = ">=1.20.0,<2.0"
click = ">=8.0.3"
pysam = ">=0.19.0"
cyvcf2 = ">=0.30.14"
Expand Down

0 comments on commit 7f646b2

Please sign in to comment.