Skip to content

Commit 6199c32

Browse files
authored
python312Packages.spacy: 3.8.2 -> 3.8.3 (NixOS#371116)
2 parents a02a7d7 + 1db607d commit 6199c32

File tree

14 files changed

+81
-55
lines changed

14 files changed

+81
-55
lines changed

pkgs/development/python-modules/dctorch/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ buildPythonPackage rec {
1818
hash = "sha256-TmfLAkiofrQNWYBhIlY4zafbZPgFftISCGloO/rlEG4=";
1919
};
2020

21-
nativeBuildInputs = [ poetry-core ];
21+
pythonRelaxDeps = [ "numpy" ];
2222

23-
propagatedBuildInputs = [
23+
build-system = [ poetry-core ];
24+
25+
dependencies = [
2426
numpy
2527
scipy
2628
torch

pkgs/development/python-modules/llama-index-agent-openai/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "llama-index-agent-openai";
13-
version = "0.4.0";
13+
version = "0.4.1";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_index_agent_openai";
2020
inherit version;
21-
hash = "sha256-MdJnXb2ESJdW3QYqf/7TMLKr3KO3cV1RFnT1tQdeTdY=";
21+
hash = "sha256-OokTeyKKbpwrP0bjZ6J7dfsxtFjiF3e7qBneZUcH1Z4=";
2222
};
2323

2424
pythonRelaxDeps = [ "llama-index-llms-openai" ];

pkgs/development/python-modules/llama-index-core/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
buildPythonPackage rec {
3838
pname = "llama-index-core";
39-
version = "0.12.6";
39+
version = "0.12.9";
4040
pyproject = true;
4141

4242
disabled = pythonOlder "3.8";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
4545
owner = "run-llama";
4646
repo = "llama_index";
4747
tag = "v${version}";
48-
hash = "sha256-bd7M2Fd5BsNYmczp32Je7QtzCP0LBTg8zsDt5SYXBPU=";
48+
hash = "sha256-SptIZ5LNsJOzMtrJ3hW1NPWX7+hmg74HKcfKdImCc+8=";
4949
};
5050

5151
sourceRoot = "${src.name}/${pname}";

pkgs/development/python-modules/llama-index-graph-stores-neo4j/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "llama-index-graph-stores-neo4j";
13-
version = "0.4.2";
13+
version = "0.4.4";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_index_graph_stores_neo4j";
2020
inherit version;
21-
hash = "sha256-+mh1iIE5BFBs4kREG7SjstOMWmWAc1JSUMkHbg89ues=";
21+
hash = "sha256-P//9FvSUD0ZQybRgBjZjQREEdwqw9wiNygE8M0I2FhY=";
2222
};
2323

2424
build-system = [ poetry-core ];

pkgs/development/python-modules/llama-index-llms-ollama/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "llama-index-llms-ollama";
13-
version = "0.4.1";
13+
version = "0.5.0";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_index_llms_ollama";
2020
inherit version;
21-
hash = "sha256-MkLlJtsh3/TnuwQzAhN2BklrSQ8GOcJoDcwok9QWJw8=";
21+
hash = "sha256-88DaBPhUB5Az7jwbER4JdFYAW5o4Z+1LtJuNKOSg8zY=";
2222
};
2323

2424
build-system = [ poetry-core ];

pkgs/development/python-modules/llama-index-llms-openai/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "llama-index-llms-openai";
13-
version = "0.3.10";
13+
version = "0.3.12";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_index_llms_openai";
2020
inherit version;
21-
hash = "sha256-/aM0WqS6QbJdkoF+6KVpmTHnnHyHkkPxctbg5svFxbM=";
21+
hash = "sha256-GIAnOn5AnAXx28zbrFzjwhR3GQHNNpautVainf7YR3o=";
2222
};
2323

2424
pythonRemoveDeps = [

pkgs/development/python-modules/llama-index-multi-modal-llms-openai/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "llama-index-multi-modal-llms-openai";
13-
version = "0.4.0";
13+
version = "0.4.2";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_index_multi_modal_llms_openai";
2020
inherit version;
21-
hash = "sha256-EcOsfi16zp283ZpmLye8pf786YxWgquv+33QHVl3Zlg=";
21+
hash = "sha256-NDegjOyFzrvCEqpz2lybiwVLTcYoM4VoQ1p9+ISJR28=";
2222
};
2323

2424
build-system = [ poetry-core ];

pkgs/development/python-modules/llama-index-readers-file/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
buildPythonPackage rec {
1515
pname = "llama-index-readers-file";
16-
version = "0.4.1";
16+
version = "0.4.2";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.8";
2020

2121
src = fetchPypi {
2222
pname = "llama_index_readers_file";
2323
inherit version;
24-
hash = "sha256-EVAwC866t83dnim3Jx4JeyePvjUY3ibkNVlYVbEsO5o=";
24+
hash = "sha256-1nei7vBpXQC0h6xOoUyC5qTqreOgnFQPj4FibYUuNJE=";
2525
};
2626

2727
pythonRelaxDeps = [

pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
buildPythonPackage rec {
1313
pname = "llama-index-vector-stores-postgres";
14-
version = "0.4.0";
14+
version = "0.4.1";
1515
pyproject = true;
1616

1717
src = fetchPypi {
1818
pname = "llama_index_vector_stores_postgres";
1919
inherit version;
20-
hash = "sha256-yk1uHPH1Bipgy+WNx5KQ5Iuvp6b58uvcYkLP5Ma4STI=";
20+
hash = "sha256-4bbjXMH4T/BRJ/l+vDOYqbv2nn0HE9953h4qFRXFlXQ=";
2121
};
2222

2323
pythonRemoveDeps = [ "psycopg2-binary" ];

pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "llama-index-vector-stores-qdrant";
14-
version = "0.4.0";
14+
version = "0.4.2";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
1818

1919
src = fetchPypi {
2020
pname = "llama_index_vector_stores_qdrant";
2121
inherit version;
22-
hash = "sha256-hv6cxCSKNtjUfZYNk2oxrJi10wAL4kxZeTx3v1ejlKc=";
22+
hash = "sha256-Agy6T02j5sSZZgiI6eSgxLThwEk2oZNYyMygBo6HWug=";
2323
};
2424

2525
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)