Skip to content

Commit 7b3ed2e

Browse files
r-ryantmdrupol
authored andcommitted
rabbit: 2.0.0 -> 2.1.0
1 parent d8a2fa6 commit 7b3ed2e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pkgs/by-name/ra/rabbit/package.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,20 @@
55

66
python3.pkgs.buildPythonApplication rec {
77
pname = "rabbit";
8-
version = "2.0.0";
8+
version = "2.1.0";
99
pyproject = true;
1010

1111
src = fetchFromGitHub {
1212
owner = "natarajan-chidambaram";
1313
repo = "RABBIT";
1414
rev = "refs/tags/${version}";
15-
hash = "sha256-cAWLVB7KpLsfXcxAbSXkE3O6N0V1mw3z9UdMeH0IkpI=";
15+
hash = "sha256-l5k5wPEd6/x7xHc+GlnoyTry7GRTnzNiTLxrLAZFVzQ=";
1616
};
1717

18-
pythonRelaxDeps = true;
18+
pythonRelaxDeps = [
19+
"numpy"
20+
"scipy"
21+
];
1922

2023
build-system = [
2124
python3.pkgs.setuptools
@@ -25,7 +28,6 @@ python3.pkgs.buildPythonApplication rec {
2528
dependencies = with python3.pkgs; [
2629
numpy
2730
pandas
28-
pip
2931
python-dateutil
3032
requests
3133
scikit-learn

0 commit comments

Comments
 (0)