Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tables/req_versions.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.2.5, created at 2023-05-10 06:15 +0000

1"""Required versions for PyTables dependencies.""" 

2 

3from packaging.version import Version 

4 

5# ********************************************************************** 

6# Rimtime requirements, keep these in sync with pyrpoject.toml, 

7# and the user's guide doc/source/usersguide/installation.rst 

8# ********************************************************************** 

9 

10# Minimum recommended versions for mandatory packages 

11min_numpy_version = Version('1.19.0') 

12min_numexpr_version = Version('2.6.2') 

13# These are library versions, not the python modules 

14min_hdf5_version = Version('1.10.5') 

15min_blosc_version = Version('1.11.1') 

16min_blosc2_version = Version('2.6.0')