Skip to content

Commit

Permalink
change setting numpy and pandas to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
myouju committed Jun 12, 2024
1 parent 5a0777b commit 9024a23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ tenacity = "^8.2"
networkx = ">=2.3,<4.0"
pyyaml = "~6"
typer = "~0"
numpy = [
{version = ">=1.26", python = ">=3.9"},
{version = "<1.25", python = "=3.8"},
]
pandas = [
{version = ">=2.1.1", python = ">=3.12"},
{version = "<2.1", python = "=3.8"},
]

[tool.poetry.dev-dependencies]
black = "^22"
Expand All @@ -42,6 +34,14 @@ twine = "^3.8.0"
types-setuptools = "^57.4.9"
pytest-mock = "^3.7.0"
dbt-bigquery = "~1.8.0"
numpy = [
{version = ">=1.26", python = ">=3.9"},
{version = "<1.25", python = "=3.8"},
]
pandas = [
{version = ">=2.1.1", python = ">=3.12"},
{version = "<2.1", python = "=3.8"},
]

[build-system]
requires = ["poetry-core>=1.5.0"]
Expand Down

0 comments on commit 9024a23

Please sign in to comment.