We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7aacb4 commit 02e5c0eCopy full SHA for 02e5c0e
.github/workflows/test.yml
@@ -90,9 +90,6 @@ jobs:
90
WHEEL_FILE=$(ls dist/pymatgen*.whl)
91
uv pip install $WHEEL_FILE[${{matrix.config.extras}}] --resolution=${{matrix.config.resolution}}
92
93
- # TODO: test monty fix for reverse readline
94
- uv pip install git+https://github.com/materialsvirtuallab/monty.git@master
95
-
96
- name: Install optional Ubuntu dependencies
97
if: matrix.config.os == 'ubuntu-latest'
98
run: |
pyproject.toml
@@ -56,7 +56,7 @@ classifiers = [
56
dependencies = [
57
"joblib>=1",
58
"matplotlib>=3.8",
59
- "monty>=2024.12.10",
+ "monty @ git+https://github.com/materialsvirtuallab/monty.git@master",
60
"networkx>=2.7", # PR4116
61
"palettable>=3.3.3",
62
"pandas>=2",
0 commit comments