How can I default my "numpy<2.0.0" because ever...
# ieee-sscs-dc-24
s
How can I default my "numpy<2.0.0" because everytime I need to run this command before running my testcase
python3.10 -m pip install "numpy<2.0.0"
s
Try uninstalling numpy, then reinstall with the command you just sent