mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-05 15:42:15 -07:00
julia 1.5 required for unsafe_rational
This commit is contained in:
parent
04098cb2c2
commit
38e5f809f2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
- '1.4'
|
- '1.5'
|
||||||
- '1'
|
- '1'
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ RationalRoots = "0.1 - 1"
|
||||||
HalfIntegers = "1"
|
HalfIntegers = "1"
|
||||||
Primes = "0.4 - 1"
|
Primes = "0.4 - 1"
|
||||||
LRUCache = "1.3"
|
LRUCache = "1.3"
|
||||||
julia = "1.4"
|
julia = "1.5"
|
||||||
|
|
||||||
[extras]
|
[extras]
|
||||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue