Skip to content

Commit

Permalink
Merge pull request #725 from Mause/bugfix/numpy-dev-dep
Browse files Browse the repository at this point in the history
fix: move numpy to dev dependencies
  • Loading branch information
Mause authored Jul 14, 2023
2 parents cf66464 + 368c55c commit 719197a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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,9 +15,9 @@ repository = "https://github.com/Mause/duckdb_engine"
python = ">=3.7"
duckdb = ">=0.4.0"
sqlalchemy = ">=1.3.22"
numpy = "*"

[tool.poetry.dev-dependencies]
numpy = "*"
pytest = "^7.3.1"
pre-commit = "^2.21.0"
pdbpp = "^0.10.3"
Expand Down

0 comments on commit 719197a

Please sign in to comment.