drap 0.0.3.post2__tar.gz → 0.0.3.post5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drap
3
- Version: 0.0.3.post2
3
+ Version: 0.0.3.post5
4
4
  Summary: Tool for analyzing droplet size and concentration using video and EDF images
5
5
  Author-email: "Gabriel Braga Marques Teobaldo, Oleg Prymak, Natalie Wolff, Matthias Epple, Marco Aurélio Brizzotti Andrade, Cássio Alves and Cristiano Luis Pinto de Oliveira" <alves.casssio@gmail.com>
6
6
  License: MIT
@@ -10,13 +10,13 @@ Keywords: saxs,x-ray,edf,opencv,pyqt5,droplet
10
10
  Requires-Python: >=3.8
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: opencv-python
13
+ Requires-Dist: opencv-python-headless>=4.9
14
+ Requires-Dist: PyQt5>=5.15
14
15
  Requires-Dist: numpy
15
16
  Requires-Dist: matplotlib
16
17
  Requires-Dist: fabio
17
18
  Requires-Dist: pillow
18
19
  Requires-Dist: reportlab
19
- Requires-Dist: PyQt5
20
20
  Dynamic: license-file
21
21
 
22
22
  # Droplet Computer program
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "drap"
7
- version = "0.0.3.post2"
7
+ version = "0.0.3.post5"
8
8
  description = "Tool for analyzing droplet size and concentration using video and EDF images"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -12,13 +12,13 @@ authors = [{ name = "Gabriel Braga Marques Teobaldo, Oleg Prymak, Natalie Wolff,
12
12
  requires-python = ">=3.8"
13
13
 
14
14
  dependencies = [
15
- "opencv-python",
16
- "numpy",
17
- "matplotlib",
18
- "fabio",
19
- "pillow",
20
- "reportlab",
21
- "PyQt5"
15
+ "opencv-python-headless>=4.9",
16
+ "PyQt5>=5.15",
17
+ "numpy",
18
+ "matplotlib",
19
+ "fabio",
20
+ "pillow",
21
+ "reportlab"
22
22
  ]
23
23
 
24
24
  keywords = ["saxs", "x-ray", "edf", "opencv", "pyqt5", "droplet"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drap
3
- Version: 0.0.3.post2
3
+ Version: 0.0.3.post5
4
4
  Summary: Tool for analyzing droplet size and concentration using video and EDF images
5
5
  Author-email: "Gabriel Braga Marques Teobaldo, Oleg Prymak, Natalie Wolff, Matthias Epple, Marco Aurélio Brizzotti Andrade, Cássio Alves and Cristiano Luis Pinto de Oliveira" <alves.casssio@gmail.com>
6
6
  License: MIT
@@ -10,13 +10,13 @@ Keywords: saxs,x-ray,edf,opencv,pyqt5,droplet
10
10
  Requires-Python: >=3.8
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: opencv-python
13
+ Requires-Dist: opencv-python-headless>=4.9
14
+ Requires-Dist: PyQt5>=5.15
14
15
  Requires-Dist: numpy
15
16
  Requires-Dist: matplotlib
16
17
  Requires-Dist: fabio
17
18
  Requires-Dist: pillow
18
19
  Requires-Dist: reportlab
19
- Requires-Dist: PyQt5
20
20
  Dynamic: license-file
21
21
 
22
22
  # Droplet Computer program
@@ -1,7 +1,7 @@
1
- opencv-python
1
+ opencv-python-headless>=4.9
2
+ PyQt5>=5.15
2
3
  numpy
3
4
  matplotlib
4
5
  fabio
5
6
  pillow
6
7
  reportlab
7
- PyQt5
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes