Skip to content

Commit 7614724

Browse files
authored
Updated Versioning (#392)
* update versioning * doc fixes
1 parent 7a12124 commit 7614724

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FastGaussQuadrature = "0.3.2 - 0.4, 0.5, 1"
2727
JuMP = "1.18"
2828
MutableArithmetics = "1"
2929
Reexport = "0.2, 1"
30-
julia = "^1.6"
30+
julia = "1.10"
3131
Interpolations = "0.16"
3232
MathOptAI = "0.1.15"
3333

docs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
1919
Distributions = "0.25"
2020
Documenter = "1.5"
2121
InfiniteOpt = "0.6"
22-
Ipopt = "1.6"
22+
Ipopt = "1.11"
2323
HiGHS = "1"
2424
julia = "1.10"
25-
JuMP = "1.23"
25+
JuMP = "1.29"
2626
Literate = "2.18"
2727
Plots = "1"
2828
SpecialFunctions = "2"

docs/make.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,8 @@ makedocs(;
100100
authors = "Joshua Pulsipher and Weiqi Zhang",
101101
modules = [
102102
InfiniteOpt,
103-
isdefined(Base, :get_extension) ?
104-
Base.get_extension(InfiniteOpt, :InfiniteInterpolations) :
105-
InfiniteOpt.InfiniteInterpolations,
106-
isdefined(Base, :get_extension) ?
107-
Base.get_extension(InfiniteOpt, :InfiniteMathOptAI) :
108-
InfiniteOpt.InfiniteMathOptAI,
103+
Base.get_extension(InfiniteOpt, :InfiniteInterpolations),
104+
Base.get_extension(InfiniteOpt, :InfiniteMathOptAI),
109105
],
110106
checkdocs = :none,
111107
linkcheck = true,

docs/src/develop/start_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ through step by step how this should be done.
6767
8. Create a pull request. Go [here](https://github.com/infiniteopt/InfiniteOpt.jl)
6868
to `InfiniteOpt`'s main page and create a pull request drawing from your forked
6969
repository. A step by step explanation is provided
70-
[here](https://jarv.is/notes/how-to-pull-request-fork-github/).
70+
[here](https://jarv.is/notes/how-to-pull-request-fork-github).
7171
9. Make necessary changes if the tests fail and/or we ask you to make specific
7272
changes. The Codecov tests will ensure every new line of code is tested at least
7373
once with the new test functions and the GitHub Actions CI will ensure that

0 commit comments

Comments
 (0)