Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pkg package and compat for it to packages #92580

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions A/ACSets/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CompTime = "0.1"
JSON = "0.21"
MLStyle = "0.4"
OrderedCollections = "1"
Pkg = "1.9.0-1"
PrettyTables = "2.2.0-2"
Reexport = "1"
StaticArrays = "1"
Expand Down
1 change: 1 addition & 0 deletions A/ACTRModels/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[0]
Pkg = "1"
julia = "1"

["0-0.1"]
Expand Down
7 changes: 7 additions & 0 deletions A/ADCME/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Suppressor = "0.0.0-0.1"
["0.3-0.3.1"]
Conda = "0.0.0-1"

["0.3.0"]
Pkg = "1"

["0.3.1"]
Optim = "0.0.0-0.19"

Expand All @@ -36,6 +39,9 @@ Conda = "1.3.0-1"
["0.3.2-0.4.1"]
MAT = "0.5"

["0.3.2-0.7.0"]
Pkg = "1"

["0.3.3-0"]
FFTW = "1"
PyCall = "1.91.0-1"
Expand Down Expand Up @@ -78,5 +84,6 @@ MAT = "0.5-0.10"
SpecialFunctions = ["0.10", "1"]

["0.7.1-0"]
Pkg = "1.3.0-1"
Statistics = "1.3.0-1"
julia = "1.3.0-1"
1 change: 1 addition & 0 deletions A/ADRIA/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ MAT = "0.10"
NCDatasets = "0.12"
NamedDims = "1"
OnlineStats = "1.5.0-1"
Pkg = "1"
PkgVersion = "0.2-0.3"
ProgressMeter = "1"
RelocatableFolders = "1"
Expand Down
3 changes: 3 additions & 0 deletions A/AMDGPU/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ julia = "1.5.0-1"

["0.2.10-0.2"]
HIP_jll = "4"
Pkg = "1.6.0-1"
ROCmDeviceLibs_jll = "4"
hsa_rocr_jll = "4"

Expand Down Expand Up @@ -104,6 +105,7 @@ ExprTools = "0.1"
GPUCompiler = "0.12-0.13"

["0.3-0.4"]
Pkg = "1.7.0-1"
SpecialFunctions = "1-2"
Statistics = "1.7.0-1"
julia = "1.7.0-1"
Expand Down Expand Up @@ -179,6 +181,7 @@ CEnum = "0.4"
LLD_jll = "14-15"
LLVM = "6"
LLVM_jll = "14-15"
Pkg = "1.9.0-1"
SpecialFunctions = "2"
julia = "1.9.0-1"

Expand Down
3 changes: 3 additions & 0 deletions A/AWSBatch/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Mocking = "0.7"
["1.3-1"]
AWSTools = ["0.3.1-0.9", "1"]

["1.3-2"]
Pkg = "1"

["1.4.1-1"]
AWSSDK = "0.2-0.5"

Expand Down
1 change: 1 addition & 0 deletions A/AbInitioSoftwareBase/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ julia = "1"

["0-0.2.0"]
Configurations = "0.3-0.15"
Pkg = "1"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know exactly what changes this is supposed to make, but only updating compat for the oldest version seems unreasonable.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be consistent?

Only ["0-0.2.0"] has a dependency on Pkg.

vchuravy@odin ~/s/G/A/AbInitioSoftwareBase  cat Deps.toml 
[0]
Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d"
IsURL = "ceb4388c-583f-448d-bb30-00b11e8c5682"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

["0-0.2.0"]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

["0.2.1-0"]
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

["0.4-0.5"]
MPICH_jll = "7cb0a576-ebde-5e09-9194-50597f1243b4"

["0.5-0"]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

["0.6.5-0"]
Preferences = "21216c6a-2e73-6563-6e65-726566657250"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok thanks. That was the connection I was missing.

["0.2.1-0"]
TOML = "1"
Expand Down
1 change: 1 addition & 0 deletions A/AbstractPlutoDingetjes/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1]
Pkg = "1"
julia = "1"
3 changes: 3 additions & 0 deletions A/AccelInterfaces/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ Pidfile = "1.3.0-1"
Pkg = "1.9.0-1"
SHA = "0.7"

["0.1.3-0.1.10"]
Pkg = "1"

["0.1.5-0.1.10"]
Pidfile = "1"
1 change: 1 addition & 0 deletions A/AdaStress/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Bijections = "0.1.3-0.1"
CommonRLInterface = "0.3.1-0.3"
DataStructures = "0.18.11-0.18"
Distributions = "0.25.48-0.25"
Pkg = "1.7.0-1"
ProgressMeter = "1.7.1-1"
Scratch = "1.1.0-1"
Statistics = "1.7.0-1"
Expand Down
1 change: 1 addition & 0 deletions A/AdalmPluto/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Reexport = "1"

["0-0.2.2"]
Pkg = "1.5.0-1"
julia = "1.5.0-1"

["0.1.3-0"]
Expand Down
1 change: 1 addition & 0 deletions A/AdaptiveMCMC/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[0]
Pkg = "1"
Statistics = "1"
julia = "1"

Expand Down
1 change: 1 addition & 0 deletions A/AdaptiveResonance/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ NumericalTypeAliases = "0.1-0.2"

["0.7-0"]
ElasticArrays = "1"
Pkg = "1"

["0.8-0"]
PrecompileSignatures = "3"
1 change: 1 addition & 0 deletions A/AddLatest/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[0]
Pkg = "1.5.0-1"
julia = "1.5.0-1"
1 change: 1 addition & 0 deletions A/AddPackage/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[0]
Pkg = "1"
julia = "1"
1 change: 1 addition & 0 deletions A/AdobeGlyphList/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ julia = "0.6-1"

["0.1-0"]
DelimitedFiles = "1"
Pkg = "1"
julia = "1"
4 changes: 4 additions & 0 deletions A/Agents/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,14 @@ CSV = "0.9.7-0.10"
Graphs = "1.4.0-1"
LazyArtifacts = "1.3.0-1"

["5-5.14"]
Pkg = "1.5.0-1"

["5-5.3"]
LightOSM = "0.1.19-0.1"

["5.15-5"]
Pkg = "1.9.0-1"
StatsBase = "0.32-0.34"
julia = "1.9.0-1"

Expand Down
1 change: 1 addition & 0 deletions A/AhoCorasickAutomatons/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[0]
Pkg = "0.6-1"
ProgressMeter = "0.0.0-0.9"
julia = "0.6-1"
1 change: 1 addition & 0 deletions A/AiidaDFTK/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ HDF5 = "0.16"
JLD2 = "0.4"
JSON3 = "1"
MPI = "0.20"
Pkg = "1.7.0-1"
TimerOutputs = "0.5"
Unitful = "1"
UnitfulAtomic = "1"
Expand Down
1 change: 1 addition & 0 deletions A/AirspeedVelocity/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BenchmarkTools = "1"
Comonicon = "1"
FilePathsBase = "0.9"
JSON3 = "1"
Pkg = "1.7.0-1"
Statistics = "1.7.0-1"
julia = "1.7.0-1"

Expand Down
3 changes: 3 additions & 0 deletions A/AlgebraicAgents/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Crayons = "4.1.0-4"
Glob = "1.3.0-1"
MacroTools = "0.5"

["0-0.2.1"]
Pkg = "1.7.0-1"

["0-0.3.11"]
DataStructures = "0.18"

Expand Down
1 change: 1 addition & 0 deletions A/AlgebraicRL/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[0]
AlgebraicDynamics = "0.1"
Pkg = "1"
ReinforcementLearning = "0.10"
julia = "1"

Expand Down
4 changes: 4 additions & 0 deletions A/Alpine/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ JuMP = "0.0.0-0.18"
["0-0.1.7"]
Compat = "1-2"
MathProgBase = "0.0.0-0.7"
Pkg = "0.6-1"
Statistics = "0.6-1"
julia = "0.6-1"

Expand Down Expand Up @@ -49,3 +50,6 @@ Combinatorics = "1"

["0.5.2"]
Pkg = "1.8.0-1"

["0.5.3-0"]
Pkg = "1"
2 changes: 2 additions & 0 deletions A/AmplNLReader/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ BinDeps = "0.0.0-1"

["0.5.1-0.5"]
BinaryProvider = "0.5"
Pkg = "1"

["0.5.1-0.6.1"]
NLPModels = ["0.10", "1"]

["0.6-0"]
Pkg = "1.3.0-1"
julia = "1.3.0-1"

["0.6.0"]
Expand Down
1 change: 1 addition & 0 deletions A/Andes/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ julia = "1.3.1-1"

["0.2-0"]
Conda = "1.7.0-1"
Pkg = "1"
PyCall = "1.93.0-1"
julia = "1"
2 changes: 2 additions & 0 deletions A/AnyMOD/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ DataFrames = "0.21"
JSON = "0.21"
JuMP = "0.21.2-0.21"
MathOptInterface = "0.9.13-0.9"
Pkg = "1.3.1-1"
PyCall = "1.91.4-1"
Reexport = "0.2"
Requires = "1.0.1-1"
Expand All @@ -17,6 +18,7 @@ DataFrames = "1.3.4-1"
JSON = "0.21.3-0.21"
JuMP = "1.1.1-1"
MathOptInterface = "1.4.0-1"
Pkg = "1.7.3-1"
PyCall = "1.93.1-1"
Reexport = "1.2.2-1"
Requires = "1.3.0-1"
Expand Down
2 changes: 2 additions & 0 deletions A/ApplicationBuilder/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ Glob = "1"
PackageCompiler = "0.0.0-0.6"

["0.3"]
Pkg = ["0.7", "1"]
julia = ["0.7", "1"]

["0.4-0"]
Pkg = "1"
julia = "1"

["0.4.0"]
Expand Down
4 changes: 4 additions & 0 deletions A/ApproxManifoldProducts/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Requires = "0.5.0-1"
StaticArrays = "0.0.0-0.12"

["0.1-0.1.2"]
Pkg = ["0.7", "1"]
Statistics = ["0.7", "1"]

["0.1.2"]
Expand All @@ -52,6 +53,7 @@ StaticArrays = ["0.11-0.15", "1"]
CoordinateTransformations = ["0.5-0.6", "0.8-0.9"]

["0.1.3-0.1.4"]
Pkg = "1"
SLEEFPirates = "0.5"
Statistics = "1"
julia = "1"
Expand All @@ -72,6 +74,7 @@ KernelDensityEstimate = "0.5.3-0.5"
SLEEFPirates = "0.5-0.6"

["0.1.5-0.7"]
Pkg = "1.4.0-1"
Statistics = "1.4.0-1"
julia = "1.4.0-1"

Expand Down Expand Up @@ -145,4 +148,5 @@ Colors = "0.12"

["0.8-0"]
Distributions = "0.25"
Pkg = "1.7.0-1"
julia = "1.7.0-1"
3 changes: 3 additions & 0 deletions A/ApproximateComputations/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ DataFrames = "0.0.0-0.21"
["0.2-0.3.2"]
ImportAll = "1"

["0.3.2"]
Pkg = "1"

["0.3.3-0"]
Coverage = "0.0.0-1"
ImportAll = "0.0.0-1"
Expand Down
3 changes: 3 additions & 0 deletions A/AprilTags/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Colors = "0.0.0-0.12"
FixedPointNumbers = "0-0.5"
ImageDraw = "0.0.0-0.2"

["0.7.1"]
Pkg = ["0.7", "1"]

["0.7.2-0"]
Colors = "0.8-0.12"
FixedPointNumbers = "0.7-0.8"
Expand Down
3 changes: 3 additions & 0 deletions A/Aqua/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[0]
julia = "1"

["0.4.1-0"]
Pkg = "1"

["0.4.12-0.4.13"]
Compat = "3.12.0-3"

Expand Down
3 changes: 3 additions & 0 deletions A/ArbNumerics/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
["0-0.1.2"]
Pkg = ["0.7", "1"]

["0-0.2"]
BinDeps = "0.8.8-0.8"
julia = ["0.7", "1"]
Expand Down
2 changes: 2 additions & 0 deletions A/ArcadeLearningEnvironment/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Compat = "0.0.0-3"
julia = "1"

["0.2.2"]
Pkg = "1.4.0-1"
julia = "1.4.0-1"

["0.2.2-0"]
Expand All @@ -17,4 +18,5 @@ MD5 = "0.2"

["0.2.3-0"]
LibArchive_jll = "3"
Pkg = "1.3.0-1"
julia = "1.3.0-1"
1 change: 1 addition & 0 deletions A/Arena/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ julia = ["0.7-0", "1.0"]
["0.2-0"]
JSON2 = "0.0.0-0.3"
Mongoc = "0-0.2"
Pkg = "1.0"
PlotUtils = "0.0.0-0.6"
RoME = "0.0.0-0.9"
StaticArrays = "0.0.0-0.12"
Expand Down
4 changes: 4 additions & 0 deletions A/ArgoData/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ Plots = "0.28.4-0.28"
["0.1.12-0"]
Glob = "1"

["0.1.13"]
Pkg = "1"

["0.1.14-0"]
Interpolations = "0.13-0.14"
MITgcmTools = "0.2"
OceanStateEstimation = "0.3"
Pkg = "1.7.0-1"
Statistics = "1.7.0-1"
julia = "1.7.0-1"

Expand Down
1 change: 1 addition & 0 deletions A/ArrayAllocators/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[0]
Pkg = "1"
julia = "1"
2 changes: 2 additions & 0 deletions A/ArtifactUtils/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
["0-0.1"]
Pkg = "1.3.0-1"
julia = "1.3.0-1"

["0.2-0"]
Git = "1"
Pkg = "1.6.0-1"
gh_cli_jll = "2"
julia = "1.6.0-1"

Expand Down
1 change: 1 addition & 0 deletions A/ArtifactWrappers/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[0]
Downloads = "1.4.0-1"
Pkg = "1.3.0-1"
julia = "1.3.0-1"

["0-0.1.0"]
Expand Down
1 change: 1 addition & 0 deletions A/Artifacts/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1]
Pkg = "1.0-1.5"
julia = "1.0-1.5"
Loading