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 0ca3076 commit 2114165Copy full SHA for 2114165
.github/workflows/testing.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install dependencies
56
run: |
57
python -m pip install --upgrade pip
58
- pip install .[strict,tests,docs]
+ pip install .[msonable,tests,docs]
59
60
- name: Test
61
if: matrix.config.os == 'ubuntu-latest'
pyproject.toml
@@ -31,7 +31,6 @@ dependencies = []
31
[project.optional-dependencies]
32
dev = ["pre-commit>=3.0.0"]
33
tests = [
34
- "monty>=2022.9.9",
35
"pytest-cov >= 6,< 8",
36
"pytest-mock ~= 3.14",
37
"pytest ~= 8.0",
0 commit comments