Skip to content

Commit

Permalink
Update docs/make.jl and Project.toml, and remove LOAD from Na example.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuellujan committed Jun 5, 2024
1 parent 3579e7d commit 0f7c9e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[deps]
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
InteratomicPotentials = "a9efe35a-c65d-452d-b8a8-82646cd5cb04"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
PotentialLearning = "82b0a93c-c2e3-44bc-a418-f0f89b0ae5c2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
2 changes: 1 addition & 1 deletion examples/Na/fit-dpp-ace-na.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
push!(Base.LOAD_PATH, "../../")
#push!(Base.LOAD_PATH, "../../")

using Unitful, UnitfulAtomic
using AtomsBase, InteratomicPotentials, PotentialLearning
Expand Down

0 comments on commit 0f7c9e6

Please sign in to comment.