build-systems: add setuptools to pmdarima

This commit is contained in:
Tom Repetti 2022-10-30 16:28:09 -04:00
parent e4126d58af
commit 8f70220254
2 changed files with 45 additions and 0 deletions

42
flake.lock generated Normal file
View file

@ -0,0 +1,42 @@
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1667077288,
"narHash": "sha256-bdC8sFNDpT0HK74u9fUkpbf1MEzVYJ+ka7NXCdgBoaA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "6ee9ebb6b1ee695d2cacc4faa053a7b9baa76817",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1667161038,
"narHash": "sha256-LFAzLBvayTTyzd2zVckUoyVX/iZTh0lArvIVIpXQOAI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "946ff82ce0ea1d0896e303c12fae204bf90f23ca",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View file

@ -10325,6 +10325,9 @@
"plyvel": [
"setuptools"
],
"pmdarima": [
"setuptools"
],
"pmsensor": [
"setuptools"
],