From 72cc73a99d5942d527dae8db74ab5035927c9d0c Mon Sep 17 00:00:00 2001 From: its-wizza <34927628+its-wizza@users.noreply.github.com> Date: Sat, 8 Jul 2023 11:05:15 +1000 Subject: [PATCH] Update requirements.txt - comment unused packages, allow newer versions --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index fc49a67..97de1cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -psycopg2-binary==2.9.1 -numpy==1.21.2 -pandas==1.3.3 -logger==1.4 -sqlalchemy==1.4.25 -pyodbc==4.0.32 -configparser==5.0.2 -importlib==1.0.4 -requests==2.26.0 -rpy2==3.4.5 \ No newline at end of file +psycopg2-binary>=2.9.1 +numpy>=1.21.2 +pandas>=1.3.3 +# logger==1.4 +sqlalchemy>=1.4.25 +# pyodbc==4.0.32 +# configparser==5.0.2 +# importlib==1.0.4 +# requests==2.26.0 +rpy2>=3.4.5 \ No newline at end of file