From 591fd0ca6377fca0c3d0d1c4e4933274df32884b Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 15 Jul 2024 00:07:35 +0200 Subject: [PATCH] Fix mistypes in pyproject --- python/pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 45c7fb162..94aecc7fe 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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", @@ -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", @@ -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"]