Skip to content

Commit e113625

Browse files
committed
python: version 0.2.3
`install_requires` instead of `requires`
1 parent 308b363 commit e113625

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "chaincrafter"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = [
55
{ name="Rudolf Olah", email="[email protected]" },
66
]

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
setup(
44
name="chaincrafter",
5-
version="0.2.2",
5+
version="0.2.3",
66
description="Seamless integration and composability for large language model apps.",
77
long_description="Seamless integration and composability for large language model apps.",
88
author="Rudolf Olah",
99
author_email="[email protected]",
1010
url="https://github.com/rudolfolah/chaincrafter",
1111
packages=find_packages(),
12-
requires=[
12+
install_requires=[
1313
"pandas(==2.0.3)",
1414
"pyyaml(==6.0.1)",
1515
],

0 commit comments

Comments
 (0)