Skip to content

Commit 88f5e45

Browse files
update requirements
1 parent 1765add commit 88f5e45

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

pyproject.toml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,23 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "atomic_agents"
7-
version = "0.3.3"
7+
version = "0.3.4"
88
description = "A versatile framework designed to facilitate the creation and management of intelligent agents."
99
authors = [
1010
{ name = "Kenny Vaneetvelde", email = "[email protected]" }
1111
]
1212
readme = "README.md"
1313
license = { file = "LICENSE" }
1414
dependencies = [
15-
"beautifulsoup4==4.12.3",
16-
"google_api_python_client==2.114.0",
17-
"instructor==1.3.4",
18-
"markdownify==0.12.1",
19-
"openai==1.35.12",
20-
"pydantic==2.8.2",
21-
"PyPDF2==3.0.1",
22-
"Requests==2.32.3",
23-
"rich==13.7.1",
24-
"sympy==1.12",
25-
"youtube_transcript_api==0.6.2"
15+
"beautifulsoup4~=4.12.3",
16+
"google_api_python_client~=2.114.0",
17+
"instructor~=1.3.4",
18+
"markdownify~=0.12.1",
19+
"openai~=1.35.12",
20+
"pydantic~=2.8.2",
21+
"PyPDF2~=3.0.1",
22+
"Requests~=2.32.3",
23+
"rich~=13.7.1",
2624
]
2725

2826
[project.urls]

requirements.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ pytest
55
pytest-cov
66

77
# library dependencies
8-
beautifulsoup4==4.12.3
9-
faiss_cpu==1.8.0.post1
10-
google_api_python_client==2.114.0
11-
groq==0.9.0
12-
instructor==1.3.4
13-
markdownify==0.12.1
14-
numpy==1.26.4
15-
openai==1.35.12
16-
playwright==1.45.0
17-
pydantic==2.8.2
18-
PyPDF2==3.0.1
19-
pytest==8.2.2
20-
Requests==2.32.3
21-
rich==13.7.1
22-
sympy==1.12
23-
youtube_transcript_api==0.6.2
8+
beautifulsoup4~=4.12.3
9+
faiss_cpu~=1.8.0
10+
google_api_python_client~=2.114.0
11+
groq~=0.9.0
12+
instructor~=1.3.4
13+
markdownify~=0.12.1
14+
numpy~=1.26.4
15+
openai~=1.35.12
16+
playwright~=1.45.0
17+
pydantic~=2.8.2
18+
PyPDF2~=3.0.1
19+
pytest~=8.2.2
20+
Requests~=2.32.3
21+
rich~=13.7.1
22+
sympy~=1.12
23+
youtube_transcript_api~=0.6.2

0 commit comments

Comments
 (0)