Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "test" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["ricklon <rianders@docs.rutgers.edu>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = ">=3.9,<3.9.7 || >3.9.7,<4.0" | |
| streamlit = "^1.32.2" | |
| pandas = "^2.2.1" | |
| numpy = "^1.26.4" | |
| langchain = "^0.1.13" | |
| openai = "^1.14.3" | |
| duckduckgo-search = "^5.1.0" | |
| langchain-openai = "^0.1.1" | |
| langchain-community = "^0.0.29" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" |