From dc9264cd6533301a5cd81446afe5c517bc4d926c Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Tue, 4 Mar 2025 13:35:10 +0100 Subject: [PATCH] git: Update project depencencies to fix #5. --- manifest.scm | 2 +- requirements.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/manifest.scm b/manifest.scm index 3f7d914..5d35665 100644 --- a/manifest.scm +++ b/manifest.scm @@ -210,4 +210,4 @@ user-defined extensions).") "python-scipy" "python-scikit-learn" "python-pyqt@5" "python-pyqt5-sip" "python-numpy@1" "python-pandas@1.5" - "python-matplotlib")))) + "python-matplotlib" "python-odfpy")))) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..10a565e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +matplotlib==3.6.3 +numpy==1.23.5 +pandas==1.5.3 +PyQt5==5.15.9 +PyQt5-Qt5==5.15.2 +PyQt5-sip==12.11.0 +python-dateutil==2.8.2 +scikit-learn==1.2.1 +scipy==1.10.0 +pyqt-file-list-widget==0.0.1 +qtrangeslider==0.1.5 +astropy==6.1.7 +odfpy==1.4.1