diff --git a/Dockerfile b/Dockerfile index 54a44bf..039074b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,9 @@ USER ecotoxfred COPY *.py . COPY figures/ figures/ COPY tools/ tools/ +COPY prompts/ prompts/ +COPY VERSION VERSION + # indicates the container port, which is exposed to the host EXPOSE 8501 diff --git a/VERSION b/VERSION index f96d3c4..9d2fb09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.1.0 \ No newline at end of file +2024.1.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2d17d3f..473252f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ tenacity==8.1.0 -langchain==0.2.3 -openai==1.33.0 -langchain-openai==0.1.8 -neo4j-driver==5.21.0 -streamlit==1.35.0 -langchainhub==0.1.18 -langchain-core -langchain-community==0.2.4 +langchain==0.3.4 +openai==1.52.0 +langchain-openai==0.2.3 +neo4j-driver==5.25.0 +streamlit==1.39.0 +langchainhub==0.1.21 +langchain-core==0.3.12 +langchain-community==0.3.3 networkx~=3.3 matplotlib~=3.9.1 wikipedia~=1.4.0 @@ -16,4 +16,4 @@ pandas~=2.2.2 plotly pytest toml -yaml \ No newline at end of file +PyYAML \ No newline at end of file