Skip to content

Commit 11f4232

Browse files
freundaAlon Freund
andauthored
Pin mellea version to 0.6.0 (#68)
Change mellea dependency from range constraint (>=0.1.0,<=0.6.0) to exact version pinning (==0.6.0) Co-authored-by: Alon Freund <alonf@il.ibm.com>
1 parent 09ca5e6 commit 11f4232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tutorials = [
3030
"httpx>=0.24.0",
3131
"requests>=2.31.0",
3232
"rich>=13.0.0",
33-
"mellea>=0.1.0,<=0.6.0",
33+
"mellea==0.6.0",
3434
"ipython>=8.10.0",
3535
"python-dotenv>=1.0.0",
3636
]

0 commit comments

Comments
 (0)