dcnum 0.25.1__py3-none-any.whl → 0.25.2__py3-none-any.whl

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.

Potentially problematic release.


This version of dcnum might be problematic. Click here for more details.

dcnum/_version.py CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.25.1'
16
- __version_tuple__ = version_tuple = (0, 25, 1)
15
+ __version__ = version = '0.25.2'
16
+ __version_tuple__ = version_tuple = (0, 25, 2)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dcnum
3
- Version: 0.25.1
3
+ Version: 0.25.2
4
4
  Summary: numerics toolbox for imaging deformability cytometry
5
5
  Author: Maximilian Schlögel, Paul Müller, Raghava Alajangi
6
6
  Maintainer-email: Paul Müller <dev@craban.de>
@@ -17,14 +17,14 @@ Classifier: Intended Audience :: Science/Research
17
17
  Requires-Python: <4,>=3.10
18
18
  Description-Content-Type: text/x-rst
19
19
  License-File: LICENSE
20
- Requires-Dist: h5py >=3.0.0
21
- Requires-Dist: hdf5plugin >=3.3.1
22
- Requires-Dist: mahotas
23
- Requires-Dist: numba
24
- Requires-Dist: numpy >=1.21
25
- Requires-Dist: opencv-python-headless
26
- Requires-Dist: scikit-image
27
- Requires-Dist: scipy >=1.8.0
20
+ Requires-Dist: h5py <4,>=3.0.0
21
+ Requires-Dist: hdf5plugin <6,>=3.3.1
22
+ Requires-Dist: mahotas <2,>=1
23
+ Requires-Dist: numba <1,>=0.60
24
+ Requires-Dist: numpy <3,>=1.21
25
+ Requires-Dist: opencv-python-headless <5,>=4
26
+ Requires-Dist: scikit-image <1,>=0.24
27
+ Requires-Dist: scipy <2,>=1.8.0
28
28
  Provides-Extra: torch
29
29
  Requires-Dist: torch >=2.2 ; extra == 'torch'
30
30
 
@@ -1,5 +1,5 @@
1
1
  dcnum/__init__.py,sha256=hcawIKS7utYiOyVhOAX9t7K3xYzP1b9862VV0b6qSrQ,74
2
- dcnum/_version.py,sha256=uQMGTxwBAv62qqmqUtTzCRwELoTJrxD49IfmR-dUSn8,413
2
+ dcnum/_version.py,sha256=O16YsGa9nckhVhnz7jJ3nC69Kk6pQkIag-qsDHQCsBY,413
3
3
  dcnum/feat/__init__.py,sha256=jUJYWTD3VIoDNKrmryXbjHb1rGwYtK4b7VPWihYgUoo,325
4
4
  dcnum/feat/event_extractor_manager_thread.py,sha256=FAxSyRfaNAuBWNplxHngp5h-44s0qIP24XX_oETdfMk,7836
5
5
  dcnum/feat/gate.py,sha256=Yhxq80JoRMmQzBxl35C8NT91c9QcmQa-EIKLuxK6WvE,7221
@@ -49,8 +49,8 @@ dcnum/write/__init__.py,sha256=sK79IlvCFIqf2oFABVeyYedMnHOsEIQpxAauEeNO-Tw,273
49
49
  dcnum/write/deque_writer_thread.py,sha256=ao7F1yrVKyufgC4rC0Y2_Vt7snuT6KpI7W2qVxcjdhk,1994
50
50
  dcnum/write/queue_collector_thread.py,sha256=KwwNIDFEF2DU83woKES5K05MxxOhDxPMZLLeyPugfDo,11542
51
51
  dcnum/write/writer.py,sha256=oHlq4bDHQxb33-3Fw1xnzJwACecLyH-6koGK8SN0cSk,20528
52
- dcnum-0.25.1.dist-info/LICENSE,sha256=YRChA1C8A2E-amJbudwMcbTCZy_HzmeY0hMIvduh1MM,1089
53
- dcnum-0.25.1.dist-info/METADATA,sha256=XtFOojvzsJHhAz_uxJW0vxg3mg3SYPB39tlKgLPGnbY,2280
54
- dcnum-0.25.1.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
55
- dcnum-0.25.1.dist-info/top_level.txt,sha256=Hmh38rgG_MFTVDpUDGuO2HWTSq80P585Het4COQzFTg,6
56
- dcnum-0.25.1.dist-info/RECORD,,
52
+ dcnum-0.25.2.dist-info/LICENSE,sha256=YRChA1C8A2E-amJbudwMcbTCZy_HzmeY0hMIvduh1MM,1089
53
+ dcnum-0.25.2.dist-info/METADATA,sha256=8x1L3Y9upiMz-WC0GmOFYSkdcA9OMByyi2z88HRlX94,2326
54
+ dcnum-0.25.2.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
55
+ dcnum-0.25.2.dist-info/top_level.txt,sha256=Hmh38rgG_MFTVDpUDGuO2HWTSq80P585Het4COQzFTg,6
56
+ dcnum-0.25.2.dist-info/RECORD,,
File without changes