Skip to content

Commit

Permalink
Merge pull request #47 from PoisotLab/mdc/statsbase_version
Browse files Browse the repository at this point in the history
HaltonSequence version
  • Loading branch information
gottacatchenall authored Dec 18, 2023
2 parents 2f08b75 + f1f1bd8 commit dd59ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/RunTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ["1.8", "1.9"]
julia-version: ["1.9"]
julia-arch: [x86, x64]
os: [ubuntu-latest]

Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Distributions = "0.25"
HaltonSequences = "0.1"
HaltonSequences = "0.2"
Requires = "1.3"
SliceMap = "0.2.7"
SpecialFunctions = "2.1"
StatsBase = "0.34"
ProgressMeter = "1.7.2"
JuMP = "1.11"
HiGHS = "1.5"
julia = "1.8"
julia = "1.9"

0 comments on commit dd59ac4

Please sign in to comment.