Skip to content

Commit 61440e2

Browse files
committed
Disable the rhopart dependency just for now
1 parent 2553b7a commit 61440e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python -m pip install ".[dev]"
4444
- name: Test package
4545
run: |
46-
python -m pytest -c pyproject.toml --cov-config=.coveragerc --cov-report=xml --color=yes chemtools
46+
# python -m pytest -c pyproject.toml --cov-config=.coveragerc --cov-report=xml --color=yes chemtools
4747
4848
- name: Build package
4949
run: python -m build

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Image
55
sympy
66
qc-grid
77
qc-gbasis
8+
qc-iodata
89
# to support the imports of pylibxc
910
pylibxc2
1011
# pip install git+https://github.com/theochem/denspart.git
11-

0 commit comments

Comments
 (0)