Skip to content

Commit

Permalink
Fix the warning with the Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 24, 2025
1 parent 6dd20ee commit 771a93a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ version = "1.0.4"
CUTEst_jll = "bb5f6f25-f23d-57fd-8f90-3ef7bad1d825"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Quadmath = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Expand All @@ -21,6 +21,7 @@ CUTEst_jll = "=2.4.0"
Combinatorics = "1.0"
DataStructures = "0.18"
JSON = "0.21"
LazyArtifacts = "1.10"
NLPModels = "0.21.3"
Quadmath = "0.5.10"
SIFDecode_jll = "2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion src/CUTEst.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module CUTEst

using CUTEst_jll
import SIFDecode_jll
using Pkg.Artifacts
using LazyArtifacts
using Libdl
using Quadmath
using NLPModels
Expand Down

0 comments on commit 771a93a

Please sign in to comment.