Skip to content

Commit

Permalink
Merge pull request #23 from ThatcherC/compathelper/new_version/2023-0…
Browse files Browse the repository at this point in the history
…3-26-00-53-15-356-02212418397

CompatHelper: bump compat for OpenAI to 0.8, (keep existing compat)
  • Loading branch information
ThatcherC authored May 1, 2023
2 parents 289e23d + bbc13a6 commit d334000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.6'
version: '1.8'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ReplMaker = "b873ce64-0db9-51f5-a568-4457d8e49576"

[compat]
Markdown = "1.6"
OpenAI = "0.6, 0.7"
OpenAI = "0.6, 0.7, 0.8"
Preferences = "1"
ReplMaker = "0.2"
julia = "1.6"

0 comments on commit d334000

Please sign in to comment.