Skip to content

Commit

Permalink
fix: numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
SteBaum committed Jun 26, 2024
1 parent 6185668 commit 8a2c3de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ psycopg2-binary = { version = "^2.9.9", optional = true }
pymysql = { version = "^1.1.0", optional = true }
alembic = "^1.13.1"
alembic-postgresql-enum = "^1.2.0"
numpy = {version = "<2.0.0", optional = true}

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
Expand All @@ -42,7 +43,7 @@ python-lorem = "^1.3.0.post1"

[tool.poetry.extras]
docs = ["Sphinx", "sphinx_rtd_theme"]
visualization = ["matplotlib", "pydot"]
visualization = ["matplotlib", "pydot", "numpy"]
postgresql = ["psycopg2"]
postgresql-binary = ["psycopg2-binary"]
mysql = ["pymysql"]
Expand Down

0 comments on commit 8a2c3de

Please sign in to comment.