You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fails on python 3.12.3, numpy==1.26.4, as this field is only available from numpy 2.xx, which isn't in the requirements. So, I propose, either replace the alias by its target np.int_ or update numpy version in requirements.txt
The text was updated successfully, but these errors were encountered:
ai8x-training/datasets/cbm_dataframe_parser.py
Line 417 in 0fa1fb1
This fails on
python 3.12.3
,numpy==1.26.4
, as this field is only available from numpy 2.xx, which isn't in the requirements. So, I propose, either replace the alias by its targetnp.int_
or update numpy version inrequirements.txt
The text was updated successfully, but these errors were encountered: