Skip to content

Commit

Permalink
Merge pull request #351 from Mause/bugfix/python3.6
Browse files Browse the repository at this point in the history
fix: unpin numpy for python 3.6
  • Loading branch information
kodiakhq[bot] authored Aug 5, 2022
2 parents 9afc87a + 3e87509 commit efea93c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 35 deletions.
68 changes: 37 additions & 31 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 @@ repository = "https://github.com/Mause/duckdb_engine"
python = ">=3.6.1"
duckdb = ">=0.2.8"
sqlalchemy = "^1.3.19"
numpy = [
{version = ">=1.19.5", python = "==3.6"},
{version = ">=1.20.0", python = ">=3.7"}
]
numpy = "*"

[tool.poetry.dev-dependencies]
pytest = "^7.0.1"
Expand Down

0 comments on commit efea93c

Please sign in to comment.