Skip to content

Commit

Permalink
Merge pull request #319 from AutoResearch/fix/colab-compatibility
Browse files Browse the repository at this point in the history
fix: relax dependencies for colab
  • Loading branch information
hollandjg authored Mar 28, 2023
2 parents f865eef + 7556921 commit d619883
Show file tree
Hide file tree
Showing 3 changed files with 778 additions and 948 deletions.
12 changes: 6 additions & 6 deletions .github/pull_request_template.md
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.
Loading

0 comments on commit d619883

Please sign in to comment.