pnnl/HyperNetX

AttributeError: module 'numpy' has no attribute '_no_nep50_warning'

rsonthal opened this issue · 1 comments

Describe the bug
When I import the library I get the following error
AttributeError: module 'numpy' has no attribute '_no_nep50_warning'

To Reproduce
On Google Colab with T4 GPU

!pip install hypernetx
import torch
import numpy as np
import networkx as nx
import sys
import hypernetx as hnx

Expected behavior
AttributeError: module 'numpy' has no attribute '_no_nep50_warning'

Screenshots
Screen Shot 2023-06-22 at 2 02 38 PM

Had to restart runtime.