From 92334133c99ff5e92c5735b3123aef6207ec9c19 Mon Sep 17 00:00:00 2001 From: Chris McCarthy Date: Thu, 8 Jun 2023 08:56:39 +0100 Subject: [PATCH] #915 - typer==0.9.0 added to pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a635150..16b9d576 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,8 @@ dependencies = [ "networkx==3.1", "numpy==1.23.5", "PyYAML==6.0", - "stable-baselines3==1.6.2" + "stable-baselines3==1.6.2", + "typer==0.9.0" ] [tool.setuptools.dynamic]