rabbit: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm
2024-07-25 16:57:13 +02:00
committed by Pol Dellaiera
parent d8a2fa696c
commit 7b3ed2ec69
+6 -4
View File
@@ -5,17 +5,20 @@
python3.pkgs.buildPythonApplication rec {
pname = "rabbit";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "natarajan-chidambaram";
repo = "RABBIT";
rev = "refs/tags/${version}";
hash = "sha256-cAWLVB7KpLsfXcxAbSXkE3O6N0V1mw3z9UdMeH0IkpI=";
hash = "sha256-l5k5wPEd6/x7xHc+GlnoyTry7GRTnzNiTLxrLAZFVzQ=";
};
pythonRelaxDeps = true;
pythonRelaxDeps = [
"numpy"
"scipy"
];
build-system = [
python3.pkgs.setuptools
@@ -25,7 +28,6 @@ python3.pkgs.buildPythonApplication rec {
dependencies = with python3.pkgs; [
numpy
pandas
pip
python-dateutil
requests
scikit-learn