Skip to content

Commit

Permalink
v0.3.3 loosened package constraints to prevent installation conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlesueur committed Jul 23, 2024
1 parent e97cc51 commit 6a34e2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion obj/Debug/net8.0/rexia_ai.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("rexia_ai")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+57c5432471ad1122fb13d1a3e87c0704a0fc908e")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e97cc51ccc2c65f74e2de50091c1f5595a565994")]
[assembly: System.Reflection.AssemblyProductAttribute("rexia_ai")]
[assembly: System.Reflection.AssemblyTitleAttribute("rexia_ai")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
2 changes: 1 addition & 1 deletion obj/Debug/net8.0/rexia_ai.AssemblyInfoInputs.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fc43dc78c7a658f2d246334895b1e3851d7809a4cad9267f8fed5c4b94e1747d
366fb7f1cf557e24a386574947c53e6ec747be9cc9efadbe68fe11d896bb9d3a
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='rexia_ai',
version='0.3.1',
version='0.3.3',
author='Robyn Le Sueur',
author_email='[email protected]',
description='ReXia.AI: An advanced AI framework for agentic processes',
Expand All @@ -20,8 +20,8 @@
"gradio==4.39.0",
"json5==0.9.25",
"json_repair==0.25.3",
"langchain_community==0.2.9",
"langchain_google_community==1.0.7",
"langchain_community>=0.2.9,<0.3.0",
"langchain_google_community>=1.0.7,<1.1.0",
"langchain_openai==0.1.17",
"llmware==0.3.0",
"moviepy==1.0.3",
Expand All @@ -32,7 +32,7 @@
"pytube==15.0.0",
"Requests==2.32.3",
"setuptools==69.5.1",
"tenacity==8.5.0",
"tenacity>=8.3.0,<9.0.0", # Loosened version constraint
"transformers==4.41.2"
],
classifiers=[
Expand All @@ -45,4 +45,4 @@
'Programming Language :: Python :: 3.10',
],
python_requires='>=3.8',
)
)

0 comments on commit 6a34e2c

Please sign in to comment.