Skip to content

Commit

Permalink
cleanup, update Project
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaMolSim committed Aug 28, 2024
1 parent fecdf68 commit 2886126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "AtomsBuilder"
uuid = "f5cc8831-eeb7-4288-8d9f-d6c1ddb77004"
version = "0.1.0"
version = "0.2.0-dev"

[deps]
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
Expand All @@ -11,7 +11,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
AtomsBase = "0.3.5, 0.4"
AtomsBase = "0.4"
JSON = "0.21.4"
LinearAlgebra = "1.9.0, 1.10.0"
Random = "1.9.0, 1.10.0"
Expand All @@ -20,7 +20,6 @@ Unitful = "1.19"
julia = "1.9.0, 1.10.0"

[extras]
# JuLIP = "945c410c-986d-556a-acb1-167a618e0462"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
Expand Down
3 changes: 1 addition & 2 deletions test/test_bulk.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

using AtomsBuilder
using Test, AtomsBase, Unitful, Random, JSON
# import JuLIP

##


@info("Testing `bulk` and `repeat` against JuLIP reference implementation")
@info("Testing `bulk` and `repeat` against JuLIP reference data")

test_systems = JSON.parsefile(joinpath(@__DIR__(), "..", "data", "test_systems.json"))

Expand Down

0 comments on commit 2886126

Please sign in to comment.