Skip to content

Commit

Permalink
v0.2.1 - Adding docker to requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlesueur committed Jul 9, 2024
1 parent 0a20192 commit 69797d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
langchain_community==0.2.5
langchain_google_community==1.0.5
langchain_openai==0.1.9
docker_py==1.10.6
gradio==4.37.2
langchain_community==0.2.7
langchain_google_community==1.0.6
langchain_openai==0.1.14
llmware==0.3.0
moviepy==1.0.3
openai==1.35.3
openai==1.35.10
opencv_python==4.10.0.82
opencv_python_headless==4.10.0.82
pydantic==2.7.4
pydantic==2.8.2
pytube==15.0.0
Requests==2.32.3
setuptools==69.5.1
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='rexia_ai',
version='0.1.6',
version='0.2.1',
author='Robyn Le Sueur',
author_email='[email protected]',
description='ReXia.AI: An advanced AI framework for agentic processes',
Expand All @@ -16,6 +16,8 @@
packages=find_packages(where='src'),
package_dir={'': 'src'},
install_requires=[
"docker_py==1.10.6",
"gradio==4.37.0",
"langchain_community==0.2.5",
"langchain_google_community==1.0.5",
"langchain_openai==0.1.9",
Expand Down

0 comments on commit 69797d4

Please sign in to comment.