File: req_versions.py

package info (click to toggle)
pytables 3.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 12,632 kB
  • ctags: 13,004
  • sloc: python: 58,642; ansic: 16,440; cpp: 1,463; sh: 452; makefile: 289
file content (24 lines) | stat: -rw-r--r-- 846 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
22
23
24
# -*- coding: utf-8 -*-

########################################################################
#
# License: BSD
# Created: November 5, 2010
# Author:  Francesc Alted - faltet@pytables.com
#
########################################################################

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

#***************************************************************
#  Keep these in sync with setup.py and user's guide and README
#***************************************************************

# Minimum recommended versions for mandatory packages
min_numpy_version = '1.4.1'
min_numexpr_version = '2.0.0'
min_cython_version = '0.13'

# The THG team has decided to fix an API inconsistency in the definition
# of the H5Z_class_t structure in version 1.8.3
min_hdf5_version = (1, 8, 4)  # necessary for allowing 1.8.10 > 1.8.5