Skip to content

Commit

Permalink
implement #31 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjarvinen authored Aug 27, 2024
1 parent ae55330 commit 73e0791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
AtomsBase = "0.3"
AtomsBase = "0.3, 0.4"
StaticArrays = "1"
Test = "1"
Unitful = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/AtomsCalculators.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module AtomsCalculators


using AtomsBase
using AtomsBase: AbstractSystem
using StaticArrays
using Unitful

Expand Down

0 comments on commit 73e0791

Please sign in to comment.