From 1141382c816309d0e4459a6d8c175a47215da6c3 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 13 Dec 2025 23:42:15 +0100 Subject: [PATCH] =?UTF-8?q?style:=20ajout=20d'un=20espace=20apr=C3=A8s=20l?= =?UTF-8?q?a=20virgule=20dans=20la=20liste=20des=20d=C3=A9pendances?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb15ff0..07d0df0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "nbformat>=5.10.4", "numpy>=2.2.5", "opencv-python>=4.11.0.86", - "pandas>=2.2.3", + "pandas>=2.2.3", "pandas-stubs>=2.3.2.250926", "plotly>=6.3.0", "scikit-learn>=1.6.1",