Skip to content

Commit

Permalink
move kedro-datasets to [test] requirements (#3451)
Browse files Browse the repository at this point in the history
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam authored Dec 20, 2023
1 parent 52a3d11 commit e190b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies = [
"importlib-metadata>=3.6,<8.0; python_version >= '3.8'",
"importlib_resources>=1.3,<7.0", # The `files()` API was introduced in `importlib_resources` 1.3 and Python 3.9.
"jmespath>=0.9.5",
"kedro-datasets",
"more_itertools>=8.14.0",
"omegaconf>=2.1.1",
"parse>=1.19.0",
Expand Down Expand Up @@ -68,6 +67,7 @@ test = [
"jupyterlab_server>=2.11.1",
"jupyterlab~=3.0",
"jupyter~=1.0",
"kedro-datasets",
"moto==1.3.7; python_version < '3.10'",
"moto==4.1.12; python_version >= '3.10'",
"pandas~=2.0",
Expand Down

0 comments on commit e190b3a

Please sign in to comment.