Skip to content

Commit

Permalink
Fix mistypes in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Jul 14, 2024
1 parent ff67518 commit 591fd0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ python = [
]
great-expectations = ["great_expectations==0.18.12"]
dev-no-opt = [
"hopsworks[python]",
"pytest==7.4.4",
"pytest-mock==3.12.0",
"ruff",
Expand All @@ -76,6 +77,7 @@ dev-no-opt = [
"typeguard==4.2.1",
]
dev-pandas1 = [
"hopsworks[python]",
"pytest==7.4.4",
"pytest-mock==3.12.0",
"ruff",
Expand All @@ -84,7 +86,7 @@ dev-pandas1 = [
"pandas<=1.5.3",
"sqlalchemy<=1.4.48",
]
dev = ["hsfs[dev-no-opt]", "hsfs[great-expectations]"]
dev = ["hopsworks[dev-no-opt,great-expectations]"]

[build-system]
requires = ["setuptools", "wheel"]
Expand Down

0 comments on commit 591fd0c

Please sign in to comment.