Change setup.py like this: numpy_dependency = "numpy~=2.0"
Requires a find/replace only in test files: Remove np.complex_ and replace with np.complex128.
Resolves version conflicts with GHEDesigner, which arises in URBANopt when installing python dependencies.
Change setup.py like this:
numpy_dependency = "numpy~=2.0"Requires a find/replace only in test files: Remove
np.complex_and replace withnp.complex128.Resolves version conflicts with GHEDesigner, which arises in URBANopt when installing python dependencies.