Skip to content

Commit

Permalink
drop support for Julia 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Sep 30, 2023
1 parent 011bcc3 commit 550d014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Combinatorics = "1"
DataStructures = "0.18"
Distances = "0.10"
Distributions = "0.23, 0.24, 0.25"
Enzyme = "= 0.11.2"
Enzyme = "0.11.2"
EzXML = "1"
FLoops = "0.2"
ForwardDiff = "0.10.35"
Expand All @@ -68,4 +68,4 @@ UnitfulAtomic = "1"
UnitfulChainRules = "0.1.2"
UnsafeAtomicsLLVM = "0.1"
Zygote = "0.6.56"
julia = "1.7"
julia = "1.8"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Features not yet implemented include:

## Installation

[Julia](https://julialang.org/downloads) is required, with Julia v1.7 or later required to get the latest version of Molly.
[Julia](https://julialang.org/downloads) is required, with Julia v1.8 or later required to get the latest version of Molly.
It is recommended to run on the current stable Julia release for the best performance.
Install Molly from the Julia REPL.
Enter the package mode by pressing `]` and run `add Molly`.
Expand Down

0 comments on commit 550d014

Please sign in to comment.