From a8fef0b027af8fd6f9cb4b8227dc3b96b3494a35 Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 17 Oct 2023 18:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=89=88=E6=9C=ACv1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 43a0956..83461d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -python>=3.9 -numpy -pandas -scipy -pyedflib -matplotlib -pySide6 -pyyaml -numba \ No newline at end of file +pyside6~=6.5.2 +pyedflib~=0.1.34 +numpy~=1.21.5 +pandas~=1.4.2 +yaml~=0.2.5 +pyyaml~=6.0 +matplotlib~=3.5.1 +numba~=0.55.1 +scipy~=1.7.3 \ No newline at end of file