Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rul048 committed Sep 22, 2024
1 parent 9715491 commit f39708b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
cache-dependency-path: "**/requirements.txt"
- name: Install dependencies
run: |
pip install git+https://github.com/materialsvirtuallab/maml.git
pip install --quiet -r requirements.txt -r requirements-ci.txt
pip install -e '.[models]'
- name: pytest
Expand Down
2 changes: 1 addition & 1 deletion citation.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cff-version: 1.2.0
message: If you use MatCalc, please cite it as follows.
title: MatCalc
subtitle: A Python library for calculating materials properties
subtitle: A Python library for calculating materials properties from the potential energy surface (PES)
authors:
- given-names: Runze
family-names: Liu
Expand Down

0 comments on commit f39708b

Please sign in to comment.