mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
build-systems: add setuptools to pmdarima
This commit is contained in:
parent
e4126d58af
commit
8f70220254
2 changed files with 45 additions and 0 deletions
42
flake.lock
generated
Normal file
42
flake.lock
generated
Normal 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
|
||||
}
|
|
@ -10325,6 +10325,9 @@
|
|||
"plyvel": [
|
||||
"setuptools"
|
||||
],
|
||||
"pmdarima": [
|
||||
"setuptools"
|
||||
],
|
||||
"pmsensor": [
|
||||
"setuptools"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue