Internal gym dependency : The backtest module implicitly relies on the gymlibrary, which is not explicitly declared as a dependency or handled gracefully if missing. NumPy 2.0+ incompatibility : The ...
What steps will reproduce the problem? A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled ...