-
Notifications
You must be signed in to change notification settings - Fork 2.4k
fix(dependencies): move builds and dependencies to poetry #819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
60fb742
feat(dependencies): added new feature
8e63004
fix(dependencies): move pull request template outside.
4b7e9ea
fix(dependencies): run test with dev dependencies.
6c2f997
fix(dependencies): run test with dev dependencies.
128fc7b
fix(dependencies): move setuptools to poetry
aff2e62
fix(dependencies): remove requirements.txt and setup.py
2b04e4a
fix(dependencies): fix github runners.
8a9d8a8
fix(dependencies): add jupyter and update jupyter.
0079829
fix(dependencies): update pull request template.
cbcdcda
fix(dependencies): update pull request template.
b19349b
fix(dependencies): update run_tests.yml
70a2eba
fix(dependencies): requirements.txt update.
5fe1d10
fix(dependencies): poetry.
83acdf3
fix(dependencies): merge with master.
2154277
fix(dependencies): merge with master.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| # 📝 Description | ||
|
|
||
| Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. | ||
|
|
||
| Fixes # (issue) | ||
|
|
||
| ## 🛠 Type of Change | ||
|
|
||
| Please delete options that are not relevant. | ||
|
|
||
| - [ ] Bug fix (non-breaking change which fixes an issue) | ||
| - [ ] New feature (non-breaking change which adds functionality) | ||
| - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
| - [ ] This change requires a documentation update | ||
| - [ ] This change will expire our current cache and need cache update | ||
|
|
||
| ## 🔍 How Has This Been Tested? | ||
|
|
||
| Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration | ||
|
|
||
| - [ ] Added new unit/integration tests | ||
| - [ ] Added new notebook (that tests end-to-end) | ||
| - [ ] I stared at the code and made sure it makes sense | ||
|
|
||
| ## ✅ Suggested Checklist: | ||
|
|
||
| - [ ] I have added dependencies to the `pyproject.toml` file | ||
| - [ ] I have updated the `poetry.lock` file | ||
| - [ ] I have updated the `requirements.txt` file (till 2024-06-01) | ||
| - [ ] I have updated the documentation accordingly | ||
| - [ ] New and existing unit tests pass locally with my changes | ||
| - [ ] New and existing integration notebooks pass locally with my changes with the cache | ||
| - [ ] Pre-Commit checks are passing (locally and remotely) | ||
| - [ ] Title of your PR / MR corresponds to the required format | ||
| - [ ] I have performed a self-review of my own code | ||
| - [ ] I have commented my code, particularly in hard-to-understand areas | ||
| - [ ] I have made corresponding changes to the documentation | ||
| - [ ] I have added Google Colab support for the newly added notebooks | ||
| - [ ] My changes generate no new warnings | ||
| - [ ] I have added tests that prove my fix is effective or that my feature works | ||
| - [ ] I have added a new notebook that tests the new feature | ||
| - [ ] I ran `ruff check . --fix-only` to appease the lint gods | ||
| - [ ] Commit message follows required format {label}(dspy): {message} | ||
|
|
||
| ## ⚠️ Warnings | ||
|
|
||
| Please provide any warnings or caveats that need to be addressed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.