Skip to content

Commit

Permalink
Fixed deps and imports. Changed CI to Julia=1.9 only.
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricTravelletti committed Dec 19, 2023
1 parent fffe1b4 commit 33e5d2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.9'
- 'nightly'
os:
Expand Down
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ authors = ["JuliaMolSim community"]
version = "0.0.1"

[deps]
ASEconvert = "3da9722f-58c2-4165-81be-b4d7253e8fd2"
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
AtomsCalculators = "a3e0e189-c65a-42c1-833c-339540406eb1"
ExtXYZ = "352459e4-ddd7-4360-8937-99dcb397b478"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NeighbourLists = "2fcf5ba9-9ed4-57cf-b73f-ff513e316b9c"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"

[compat]
julia = "1.9"
AtomsBase = "0.3"
AtomsCalculators = "0.1"
Optimization = "3.20"
OptimizationOptimJL = "0.1"
StaticArrays = "1.8"
TestItemRunner = "0.2"
Unitful = "1.19"
UnitfulAtomic = "1.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
3 changes: 1 addition & 2 deletions src/GeometryOptimization.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module GeometryOptimization

using LinearAlgebra
using StaticArrays
using Optimization, Optim, LineSearches
using Optimization
using OptimizationOptimJL
using AtomsBase
using AtomsCalculators
Expand Down

0 comments on commit 33e5d2b

Please sign in to comment.