Skip to content

Commit 1e57bf7

Browse files
ExpandingMangraeme-a-stewartm-fila
authored
use LorentzVectorHEP and not LorentzVectors (#155)
* use LorentzVectorHEP and not LorentzVectors * drop 1.9 tests in favor of 1.10 * Use LTS alias Co-authored-by: Mateusz Jakub Fila <[email protected]> --------- Co-authored-by: Graeme A Stewart <[email protected]> Co-authored-by: Mateusz Jakub Fila <[email protected]>
1 parent b2926f5 commit 1e57bf7

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- os: ubuntu-24.04-arm
2424
arch: aarch64
2525
version:
26-
- '1.9'
26+
- 'lts'
2727
- '1'
2828
- 'nightly'
2929
steps:

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
1111
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1212
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
1313
LorentzVectorHEP = "f612022c-142a-473f-8cfd-a09cf3793c6c"
14-
LorentzVectors = "3f54b04b-17fc-5cd4-9758-90c048d965e3"
1514
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
1615
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
1716

@@ -34,7 +33,6 @@ JSON = "0.21"
3433
Logging = "1.9"
3534
LoopVectorization = "0.12.170"
3635
LorentzVectorHEP = "0.1.6"
37-
LorentzVectors = "0.4.3"
3836
Makie = "0.20, 0.21, 0.22"
3937
MuladdMacro = "0.2.4"
4038
StructArrays = "0.6.18, 0.7"

src/HepMC3.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ provides a `Particle` struct to represent particles in the event, and a
4343
"""
4444
module HepMC3
4545

46-
using LorentzVectors
46+
using LorentzVectorHEP
4747

4848
"""
4949
struct Particle{T}

0 commit comments

Comments
 (0)