I have a private package (which I cannot share) where DataFrames is not updating.
I cannot find any reason in the Project.toml file why it should be fixed to v1.3.6
.
Should Pkg.status(; outdated=true)
provide the reason why it is not updating?
As you can see below it does not say anything (except that 1.4.0 is available, but that is not being pulled).
This is no big issue, but if you have any idea how I can find out why it is not updating, let me know please.
julia> Pkg.status(; outdated=true)
Project LLCalculationAgent v0.1.0
Status `C:\Users\bernhard.konig\Documents\Repositories\IneaGitRepoRootFolder\LLCalculationAgent\Project.toml`
⌃ [a93c6f00] DataFrames v1.3.6 (<v1.4.0)
(LLCalculationAgent) pkg> st
Project LLCalculationAgent v0.1.0
Status `C:\Users\bernhard.konig\Documents\Repositories\IneaGitRepoRootFolder\LLCalculationAgent\Project.toml`
[fbe9abb3] AWS v1.77.0
[1c724243] AWSS3 v0.10.1
[336ed68f] CSV v0.10.4
⌃ [a93c6f00] DataFrames v1.3.6
[ff294ebf] ExcelWriter v0.1.10 `https://github.com/kafisatz/ExcelWriter.jl#master`
[4138dd39] JLD v0.13.2
[033835bb] JLD2 v0.4.24
[fde602d6] Mergepdfs v0.1.11 `https://github.com/kafisatz/Mergepdfs.jl#main`
[69de0a69] Parsers v2.4.0
[92933f4c] ProgressMeter v1.7.2
[2913bbd2] StatsBase v0.33.21
[f269a46b] TimeZones v1.9.0
[3a884ed6] UnPack v1.0.2
[228000da] XMLDict v0.4.1
[ade2ca70] Dates
[8bb1440f] DelimitedFiles
[8ba89e20] Distributed
[de0858da] Printf
Info Packages marked with ⌃ have new versions available and may be upgradable.
(LLCalculationAgent) pkg> up
Updating registry at `C:\Users\bernhard.konig\.julia\registries\General.toml`
Updating git-repo `https://github.com/kafisatz/Mergepdfs.jl`
Updating git-repo `https://github.com/kafisatz/ExcelWriter.jl`
No Changes to `C:\Users\bernhard.konig\Documents\Repositories\IneaGitRepoRootFolder\LLCalculationAgent\Project.toml`
No Changes to `C:\Users\bernhard.konig\Documents\Repositories\IneaGitRepoRootFolder\LLCalculationAgent\Manifest.toml`
(LLCalculationAgent) pkg>
@ REPL[12]:1
julia> versioninfo()
Julia Version 1.8.2
Commit 36034abf26 (2022-09-29 15:21 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 16 × 12th Gen Intel(R) Core(TM) i7-1270P
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, goldmont)
Threads: 1 on 16 virtual cores
Environment:
LD_LIBRARY_PATH = c:/c_lib
JULIA_EDITOR = "code"
JULIA_NUM_THREADS =