From 51f517cae500e69eb6c0fe5befb991081effbf03 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 3 Jun 2023 15:03:18 -0400 Subject: [PATCH] Fixed node '^=' to python '>=' --- Client/pdab/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Client/pdab/requirements.txt b/Client/pdab/requirements.txt index 40020b0..12e8521 100644 --- a/Client/pdab/requirements.txt +++ b/Client/pdab/requirements.txt @@ -1,5 +1,5 @@ -discord^=2.2.3 -PyNaCl^=1.5.0 -pyaudio^=0.2.13 -numpy^=1.24.3 +discord>=2.2.3 +PyNaCl>=1.5.0 +pyaudio>=0.2.13 +numpy>=1.24.3 argparse \ No newline at end of file