Skip to content

Commit 2917499

Browse files
build: Require minimum SciPy version of v1.4.0 (#796)
* Require SciPy v1.4.0 or newer - Avoids some 'Iteration limit exceeded' errors and false exits with nans
1 parent 0d89f3a commit 2917499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ packages = find:
3838
include_package_data = True
3939
python_requires = >=3.6
4040
install_requires =
41-
scipy # requires numpy, which is required by pyhf and tensorflow
41+
scipy>=1.4.0 # requires numpy, which is required by pyhf and tensorflow
4242
click>=6.0 # for console scripts,
4343
tqdm # for readxml
4444
jsonschema>=3.2.0 # for utils

0 commit comments

Comments
 (0)