Changeset 814
- Timestamp:
- 08/05/15 08:10:33 (10 months ago)
- Location:
- mystic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/mystic/constraints.py
r802 r814 11 11 __all__ = ['with_penalty','with_constraint','as_penalty','as_constraint', 12 12 'with_mean','with_variance','with_std','with_spread','normalized', 13 'issolution','solve','discrete','integers'] 13 'issolution','solve','discrete','integers','near_integers', 14 'unique','has_unique','impose_unique'] 14 15 15 16 from mystic.math.measures import * -
mystic/setup.py
r798 r814 157 157 - numpy, version >= 1.0 158 158 - sympy, version >= 0.6.7 159 - dill, version >= 0.2. 3159 - dill, version >= 0.2.4 160 160 - klepto, version >= 0.1.1 161 161 … … 309 309 numpy_version = '>=1.0' 310 310 sympy_version = '>=0.6.7'#, <0.7.4' 311 dill_version = '>=0.2. 3'311 dill_version = '>=0.2.4' 312 312 klepto_version = '>=0.1.1' 313 313 scipy_version = '>=0.6.0'
Note: See TracChangeset
for help on using the changeset viewer.