Skip to content

Commit

Permalink
Merge pull request #6 from byuflowlab/compat
Browse files Browse the repository at this point in the history
relax compatibility requirements
  • Loading branch information
andrewning authored Oct 24, 2022
2 parents b0b6e29 + d7c5646 commit f3b4d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.6'
- '1'
os:
- ubuntu-latest
arch:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ImplicitAD"
uuid = "e7cbb90b-9b31-4eb2-a8c8-45099c074ee1"
authors = ["Andrew Ning <[email protected]> and contributors"]
version = "0.2.1"
version = "0.2.2"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -10,7 +10,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"

[compat]
julia = "1.8"
julia = "1.6"
ChainRulesCore = "1.15"
ForwardDiff = "0.10.30"
ReverseDiff = "1.14"
Expand Down

2 comments on commit f3b4d10

@taylormcd
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/71053

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.2 -m "<description of version>" f3b4d108cad6a05a0b722fb7a5e3db4810e9901a
git push origin v0.2.2

Please sign in to comment.