openfold
openfold copied to clipboard
code uses np.object, which is deprecated in numpy version 1.24
I received the following nested exception:
File "/dccstor/mm_hcls/usr/ozery/miniconda/envs/fuse_2/lib/python3.8/site-packages/openfold/data/data_pipeline.py", line 23, in np.object was a deprecated alias for the builtin object. To avoid this error in existing code, use object by itself. Doing this will not modify any behavior and is safe.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Yep, same issue.