From 2f1712ca7e51071caded06570457b722566147b9 Mon Sep 17 00:00:00 2001 From: hbui <hong-phuc.bui@htwsaar.de> Date: Sun, 21 Jul 2024 09:51:57 +0200 Subject: [PATCH] plot cli OK --- num-int/pyproject.toml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/num-int/pyproject.toml b/num-int/pyproject.toml index 38a34d9..7ff827d 100644 --- a/num-int/pyproject.toml +++ b/num-int/pyproject.toml @@ -5,6 +5,12 @@ [project] name = "num-int" version = "0.0.1" +dependencies = [ + "numpy >= 2.0.0", + "matplotlib >= 3.9", + "PySide6 >= 6.7", + "lark == 1.1.9" +] [tool.setuptools.packages.find] # All the following settings are optional: @@ -13,3 +19,5 @@ [project.scripts] numint = "numint.main:main" +[project.gui-scripts] +numintgui = "numint.guimain:main" -- Gitblit v1.10.0-SNAPSHOT