Skip to content

Commit

Permalink
remove optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard committed Oct 24, 2023
1 parent 83e8fea commit 6cc49dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# file: coverage.xml
pytest:
strategy:
fail-fast: true
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand Down
6 changes: 4 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ python = ">=3.8.1,<3.12"
openai = {extras = ["embeddings"], version = "^0.28.1"}
pathlib = "^1.0.1"
click = "^8.1.7"
langchain = "^0.0.312"
langchain = {optional = false, version = "^0.0.312", extras = ["openai"]}
nbformat = "^5.9.2"
chromadb = "^0.4.14"
pysqlite3-binary = "^0.5.2"
arize-phoenix = {extras = ["experimental"], version = "^0.0.49"}
python-dotenv = "^1.0.0"
pyyaml = "^6.0.1"
rich = "^13.6.0"
tiktoken = "^0.5.1"

[tool.poetry.dev-dependencies]
pytest = "^7.1.0"
Expand Down

0 comments on commit 6cc49dd

Please sign in to comment.