Skip to content

Commit

Permalink
fix: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdeep330 committed Dec 1, 2024
1 parent b925e86 commit fb65d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"langchain-experimental==0.3.3",
"langchain-openai==0.2.5",
"matplotlib==3.9.2",
"openai==1.53.0",
"openai==1.55.3",
"pandas==2.2.3",
"plotly==5.24.1",
"pydantic==2.9.2",
Expand All @@ -46,4 +46,4 @@ packages = ["aiagents4pharma",
# [tool.setuptools.packages.find]
# where = ["aiagents4pharma", "aiagents4pharma.talk2biomodels"]
# Include all modules in app, app1, and app2
# include = ["aiagents4pharma*", "aiagents4pharma.talk2biomodels"]
# include = ["aiagents4pharma*", "aiagents4pharma.talk2biomodels"]
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ langchain-core==0.3.15
langchain-experimental==0.3.3
langchain-openai==0.2.5
matplotlib==3.9.2
openai==1.53.0
openai==1.55.3
pandas==2.2.3
plotly==5.24.1
pydantic==2.9.2
pylint==3.3.1
pytest==8.3.3
streamlit==1.39.0
tabulate==0.9.0
tqdm==4.66.6
tqdm==4.66.6

0 comments on commit fb65d89

Please sign in to comment.