From 3b7d3dabbe88c81e6911894dc41b122534cf7b30 Mon Sep 17 00:00:00 2001 From: Bjarne Vincent Date: Thu, 9 Oct 2025 15:17:57 +0200 Subject: [PATCH] The list of requirements,as given in th emain branch, is not compatible with Python 3.12. I thus updated the versions of the listed packages. --- virtualenv/requirements.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/virtualenv/requirements.txt b/virtualenv/requirements.txt index bc1f11c..e9c4dc1 100644 --- a/virtualenv/requirements.txt +++ b/virtualenv/requirements.txt @@ -1,16 +1,16 @@ -astropy==6.1.7 -matplotlib==3.6.3 -numba==0.56.4 -numpy==1.23.5 -pandas==1.5.3 -PyQt5==5.15.9 +astropy==7.1.0 +matplotlib==3.10.1 +numba==0.61.2 +numpy==2.2.4 +pandas==2.3.2 +PyQt5==5.15.11 PyQt5-Qt5==5.15.2 -PyQt5-sip==12.11.0 -python-dateutil==2.8.2 -scikit-learn==1.2.1 -scipy==1.10.0 +PyQt5-sip==12.17.0 +python-dateutil==2.9.0 +scikit-learn==1.4.2 +scipy==1.15.3 odfpy==1.4.1 xlsxwriter==3.2.0 -openpyxl==3.0.10 -pyinstaller==6.12.0 +openpyxl==3.1.5 +pyinstaller==6.15.0 pyqt_file_list_widget==0.0.1