Drop compat for older GR versions

This commit is contained in:
Simon Christ 2021-06-01 18:48:54 +02:00 committed by GitHub
parent 8f055fef3d
commit b396cdb3ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Contour = "0.5" Contour = "0.5"
FFMPEG = "0.2, 0.3, 0.4" FFMPEG = "0.2, 0.3, 0.4"
FixedPointNumbers = "0.6, 0.7, 0.8" FixedPointNumbers = "0.6, 0.7, 0.8"
GR = "0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54, 0.55, 0.57" GR = "0.53, 0.54, 0.55, 0.57"
GeometryBasics = "0.2, 0.3.1" GeometryBasics = "0.2, 0.3.1"
JSON = "0.21, 1" JSON = "0.21, 1"
Latexify = "0.14, 0.15" Latexify = "0.14, 0.15"