Skip to content

Commit

Permalink
python2Packages.statsmodels: disable py27, abandoned
Browse files Browse the repository at this point in the history
```
  Processing ./statsmodels-0.11.1-cp27-cp27mu-linux_x86_64.whl
  ERROR: Package 'statsmodels' requires a different Python: 2.7.18 not in '>=3.5'
```
  • Loading branch information
Jonathan Ringer authored and FRidh committed Jul 31, 2020
1 parent c5a1eaf commit a6be138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/statsmodels/default.nix
Expand Up @@ -14,6 +14,7 @@
buildPythonPackage rec {
pname = "statsmodels";
version = "0.11.1";
disabled = isPy27;

src = fetchPypi {
inherit pname version;
Expand Down

0 comments on commit a6be138

Please sign in to comment.