Merge pull request #321802 from r-ryantm/auto-update/rabbit

rabbit: 1.0.2 -> 1.0.5
This commit is contained in:
Pol Dellaiera 2024-06-22 23:09:32 +02:00 committed by GitHub
commit 9046677c76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "rabbit";
version = "1.0.2";
version = "1.0.5";
pyproject = true;
src = fetchFromGitHub {
owner = "natarajan-chidambaram";
repo = "RABBIT";
rev = "refs/tags/${version}";
hash = "sha256-5ItoWjPpAbQFM6+B+1CvZe5r5rZXQ8pWj7gRIKGX8ZA=";
hash = "sha256-ykvI5qW4toNYKAnrk3ADwat1gAUazbDGGKZEZAvKngQ=";
};
pythonRelaxDeps = true;
@ -27,10 +27,12 @@ python3.pkgs.buildPythonApplication rec {
numpy
pandas
pip
python-dateutil
requests
scikit-learn
scipy
tqdm
urllib3
xgboost
];