Module 6 and Module 3 Issue with Numpy 2.0 (np.Inf to np.inf) #22
-
Hello, I am currently working on the final module and I have reached an issue that I also encountered in Module 3 but do not how to solve. After the Numpy 2.0 update the function np.Inf was changed to "np.inf" and I suppose one of the libraries has not yet made this change and so I get an AttributeError saying that np.Inf is being used. Is there a way to solve this? Thank you for your time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @chasedamagician, thanks for raising this. The incompatibility with numpy<2.0 The same fix was also applied to Module 3. |
Beta Was this translation helpful? Give feedback.
I think you resolved by reinstalling, I'm assuming via
pip install -r requirements.txt
. Can you confirm?