Skip to content

Commit ffa363d

Browse files
committed
deps: Fix pymatgen 2026 & mp-api conflict
1 parent 5d045e8 commit ffa363d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python-version: "3.12"
4747

4848
- name: Install dependencies
49-
run: pip install numpy pytest pymatgen
49+
run: pip install numpy pytest "pymatgen>=2024.1.26,<2026"
5050

5151
- name: Run tests
5252
run: pytest tests/ -v --tb=short

src/downloader/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
mp-api==0.45.12
1+
mp-api==0.45.9
2+
emmet-core==0.86.3
3+
pymatgen>=2024.1.26,<2026
24
PyYAML==6.0.3

0 commit comments

Comments
 (0)