Skip to content

Commit 2b3a607

Browse files
committed
Move multiprocess to optional
Signed-off-by: Claudio Spiess <[email protected]>
1 parent ff5b999 commit 2b3a607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dependencies = [
1818
"ipython>=8,<10",
1919
"json-repair~=0.35",
2020
"granite-io>=0.2,<0.4",
21-
"multiprocess>=0.70",
2221
]
2322
authors = [
2423
{ name="Mandana Vaziri", email="[email protected]" },
@@ -46,7 +45,7 @@ examples = [
4645
"langchain~=0.3",
4746
"langchain-community~=0.3",
4847
"pypdf~=5.2",
49-
"wikipedia==1.4.0",
48+
"wikipedia~=1.0",
5049
"textdistance~=4.0",
5150
"datasets>2,<4",
5251
"sympy~=1.0",
@@ -63,6 +62,7 @@ optimizer = [
6362
"rich>=14.0.0",
6463
"evalplus>=0.3.1",
6564
"duration_parser>=1.0.1",
65+
"multiprocess~=0.70",
6666
]
6767
all = [ "prompt-declaration-language[dev,examples,docs,optimizer]" ]
6868

0 commit comments

Comments
 (0)