From 600223305c3935e12ec710176ba3f019f6e960a4 Mon Sep 17 00:00:00 2001 From: zimmersandro Date: Wed, 29 Apr 2026 21:12:13 +0200 Subject: [PATCH] build: added black to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ec0b3e..22a8f07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ numpy==2.4.3 matplotlib==3.10.8 ipykernel==7.2.0 -scipy==1.17.1 \ No newline at end of file +scipy==1.17.1 +black==26.3.1 \ No newline at end of file