Skip to content

Commit 02e5c0e

Browse files
committed
install directly from git
1 parent b7aacb4 commit 02e5c0e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ jobs:
9090
WHEEL_FILE=$(ls dist/pymatgen*.whl)
9191
uv pip install $WHEEL_FILE[${{matrix.config.extras}}] --resolution=${{matrix.config.resolution}}
9292
93-
# TODO: test monty fix for reverse readline
94-
uv pip install git+https://github.com/materialsvirtuallab/monty.git@master
95-
9693
- name: Install optional Ubuntu dependencies
9794
if: matrix.config.os == 'ubuntu-latest'
9895
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ classifiers = [
5656
dependencies = [
5757
"joblib>=1",
5858
"matplotlib>=3.8",
59-
"monty>=2024.12.10",
59+
"monty @ git+https://github.com/materialsvirtuallab/monty.git@master",
6060
"networkx>=2.7", # PR4116
6161
"palettable>=3.3.3",
6262
"pandas>=2",

0 commit comments

Comments
 (0)