File: 0001-Added-missing-dependencies.patch

package info (click to toggle)
guidata 3.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,716 kB
  • sloc: python: 20,020; makefile: 17
file content (21 lines) | stat: -rw-r--r-- 696 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Fri, 21 Jul 2023 14:38:39 +0200
Subject: Added missing dependencies

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 7d76698..0cf744c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,7 +38,7 @@ classifiers = [
     "Topic :: Utilities",
 ]
 requires-python = ">=3.9, <4"
-dependencies = ["h5py >= 3.6", "NumPy >= 1.22", "QtPy >= 1.9", "requests", "tomli; python_version < '3.11'"]
+dependencies = ["h5py >= 3.6", "NumPy >= 1.22", "pandas", "Pillow", "QtPy >= 1.9", "requests", "tomli"]
 dynamic = ["version"]
 
 [project.gui-scripts]