Skip to content

Commit

Permalink
revert to 746555d
Browse files Browse the repository at this point in the history
at least until python-poetry/poetry-plugin-export#183 is resolved
  • Loading branch information
aryarm authored Dec 23, 2023
1 parent 2da4d82 commit 7f1125b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
# - { python: "3.11", os: "windows-latest", session: "tests" }
- { python: "3.10", os: "macos-latest", session: "tests" }
- { python: "3.9", os: "macos-latest", session: "tests" }

env:
NOXSESSION: ${{ matrix.session }}
Expand Down
112 changes: 32 additions & 80 deletions poetry.lock

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

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

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

0 comments on commit 7f1125b

Please sign in to comment.