Conda requirements are different than pyproject.toml requirements.
Using conda to install openpnm can create environments with numpy 2.4 which does not support np.reshape(newshape).
The version requirements of pyproject.toml should also be included in conda.
Conda requirements are different than pyproject.toml requirements.
Using conda to install openpnm can create environments with numpy 2.4 which does not support np.reshape(newshape).
The version requirements of pyproject.toml should also be included in conda.