14 buildPythonPackage rec {
17 format = "setuptools";
18 disabled = pythonOlder "3.5";
20 # Pypi does not contain unit tests
21 src = fetchFromGitHub {
25 sha256 = "1c60dpvr72g4wjqg6bc601kssl5z55v9bg09xbyh9ahch58bi212";
28 propagatedBuildInputs = [
36 nativeCheckInputs = [ pytestCheckHook ];
37 pythonImportsCheck = [ "synergy" ];
40 description = "Python library for calculating, analyzing, and visualizing drug combination synergy";
41 homepage = "https://github.com/djwooten/synergy";
43 license = licenses.gpl3Plus;