Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Jun 11, 2024
1 parent caeefee commit 2284b4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ repository = "https://github.com/libatoms/abcd"
documentation = "https://libatoms.github.io/abcd/"

[tool.poetry.dependencies]
python = "^3.8"
notebook = "^6.5.4"
numpy = "^1.24.3"
tqdm = "^4.65.0"
pymongo = "^4.3.3"
matplotlib = "^3.7.1"
ase = "^3.22.1"
lark = "^1.1.5"
python = "^3.9"
notebook = "^7.2"
numpy = "^1.26"
tqdm = "^4.66"
pymongo = "^4.7.3"
matplotlib = "^3.9"
ase = "^3.23"
lark = "^1.1.9"

[tool.poetry.group.dev.dependencies]
mongomock = "^4.1.2"
Expand Down

0 comments on commit 2284b4f

Please sign in to comment.