Skip to content

Commit

Permalink
add dspy to the requirement list
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmoneygithub committed Dec 27, 2024
1 parent b3dd004 commit cd1ccc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install the dspy package
run: |
pip install .
- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ mkdocs-redirects>=1.2.1
mkdocstrings>=0.26.1
mkdocstrings-python>=1.12.2
urllib3==1.26.6
git+https://github.com/stanfordnlp/dspy.git

0 comments on commit cd1ccc4

Please sign in to comment.