-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #319 from AutoResearch/fix/colab-compatibility
fix: relax dependencies for colab
- Loading branch information
Showing
3 changed files
with
778 additions
and
948 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
## Description | ||
# Description | ||
|
||
Provide a high-level summary of the change and which issue (either on Github or Notion) is fixed. Please also include relevant motivation and context. | ||
|
||
_Fixes #(issue)_ (if the issue is on Github, simply link to it using the '#' symbol; otherwise, provide a notion page link) | ||
|
||
### Type of change: | ||
# Type of change: | ||
*Delete as appropriate:* | ||
- 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) | ||
- Documentation update | ||
- Anything else (provide your category) | ||
|
||
### Features: | ||
# Features _(Optional)_ | ||
- bulleted list of features, describing the code contributions in this pull request | ||
|
||
### Questions: | ||
# Questions _(Optional)_ | ||
- potential questions for the code reviewer (e.g., if you want feedback on a certain method or class; any feedback required from other code contributors with their mentioning) | ||
|
||
### Remarks: | ||
# Remarks _(Optional)_ | ||
- any additional remarks for the code reviewer | ||
- if your remarks or questions pertain to individual lines in the code, you may also include them as comments in the code review window | ||
|
||
### [Optional] Screenshots: | ||
# Screenshots _(Optional)_ | ||
If your PR is related to UI change or anything visual, feel free to include screenshots to give the reviewer straightforward understandings on your changes. |
Oops, something went wrong.