Skip to content

Commit

Permalink
fix Poetry 1.4.0+ installation (langchain-ai#1935)
Browse files Browse the repository at this point in the history
Temporary fix for langchain-ai#1801 until upstream issues with `pydata-sphinx-theme`
wheel are resolved.
  • Loading branch information
dlqqq authored Mar 27, 2023
1 parent 3d3e523 commit c50fafb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions poetry.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[virtualenvs]
in-project = true

[installer]
modern-installation = false

0 comments on commit c50fafb

Please sign in to comment.