fix compat

This commit is contained in:
Jutho Haegeman 2021-06-16 10:00:14 +02:00
parent d48c2564e8
commit c12478f6f0
2 changed files with 5 additions and 5 deletions

View file

@ -10,9 +10,9 @@ Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
[compat]
RationalRoots = "0.1 - 1"
RationalRoots = "0.1 - 0.9"
HalfIntegers = "1"
Primes = "0.4 - 1"
Primes = "0.4 - 0.9"
LRUCache = "1.3"
julia = "1.5"