From 067613fdbcf19ced7a742402b37c68f2632a7e47 Mon Sep 17 00:00:00 2001 From: michaelcroquette <45485610+michaelcroquette@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:01:49 +0100 Subject: [PATCH] Update requirements.txt --- requirements.txt | 52 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 17 deletions(-) diff --git a/requirements.txt b/requirements.txt index de18b124..c35b56ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,35 @@ -ipython==8.12.3 -matplotlib==3.9.2 -nbconvert==7.16.4 -nbformat==5.10.4 -netifaces==0.11.0 -numpy==2.0.2 -pandas==2.2.3 -paramiko==3.4.0 -pyqtgraph==0.13.7 -pysine==0.9.2 -PyYAML==6.0.2 -qasync==0.27.1 -QtPy==2.4.2 -ruamel.base==1.0.0 -scipy==1.13.1 -scp==0.15.0 -six==1.16.0 \ No newline at end of file +ipython +matplotlib +nbconvert +nbformat +# netifaces +numpy +pandas +paramiko +pyqtgraph +pysine +PyYAML +qasync +QtPy +ruamel.base +scipy +scp +six + +# ipython==8.12.3 +# matplotlib==3.9.2 +# nbconvert==7.16.4 +# nbformat==5.10.4 +# netifaces==0.11.0 +# numpy==2.0.2 +# pandas==2.2.3 +# paramiko==3.4.0 +# pyqtgraph==0.13.7 +# pysine==0.9.2 +# PyYAML==6.0.2 +# qasync==0.27.1 +# QtPy==2.4.2 +# ruamel.base==1.0.0 +# scipy==1.13.1 +# scp==0.15.0 +# six==1.16.0 \ No newline at end of file