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
Hi, your project roguelife(commit id: eb06dcb) requires "stable-baselines3==1.1.0" in its dependency. After analyzing the source code, we found that the following versions of stable-baselines3 can also be suitable, i.e., stable-baselines3 1.1.0a11, since all functions that you directly (7 APIs: stable_baselines3.dqn.dqn.DQN.predict, stable_baselines3.common.vec_env.dummy_vec_env.DummyVecEnv.reset, stable_baselines3.common.vec_env.dummy_vec_env.DummyVecEnv.init, stable_baselines3.dqn.dqn.DQN.init, stable_baselines3.common.vec_env.base_vec_env.VecEnv.step, stable_baselines3.common.base_class.BaseAlgorithm.load, stable_baselines3.dqn.dqn.DQN.learn) or indirectly (propagate to -7 stable-baselines3's internal APIs and 142 outsider APIs) used from the package have not been changed in these versions, thus not affecting your usage.
Therefore, we believe that it is quite safe to loose your dependency on stable-baselines3 from "stable-baselines3==1.1.0" to "stable-baselines3>=1.1.0a11,<=1.1.0". This will improve the applicability of roguelife and reduce the possibility of any further dependency conflict with other projects.
May I pull a request to further loosen the dependency on stable-baselines3?
By the way, could you please tell us whether such an automatic tool for dependency analysis may be potentially helpful for maintaining dependencies easier during your development?
The text was updated successfully, but these errors were encountered:
Hi, your project roguelife(commit id: eb06dcb) requires "stable-baselines3==1.1.0" in its dependency. After analyzing the source code, we found that the following versions of stable-baselines3 can also be suitable, i.e., stable-baselines3 1.1.0a11, since all functions that you directly (7 APIs: stable_baselines3.dqn.dqn.DQN.predict, stable_baselines3.common.vec_env.dummy_vec_env.DummyVecEnv.reset, stable_baselines3.common.vec_env.dummy_vec_env.DummyVecEnv.init, stable_baselines3.dqn.dqn.DQN.init, stable_baselines3.common.vec_env.base_vec_env.VecEnv.step, stable_baselines3.common.base_class.BaseAlgorithm.load, stable_baselines3.dqn.dqn.DQN.learn) or indirectly (propagate to -7 stable-baselines3's internal APIs and 142 outsider APIs) used from the package have not been changed in these versions, thus not affecting your usage.
Therefore, we believe that it is quite safe to loose your dependency on stable-baselines3 from "stable-baselines3==1.1.0" to "stable-baselines3>=1.1.0a11,<=1.1.0". This will improve the applicability of roguelife and reduce the possibility of any further dependency conflict with other projects.
May I pull a request to further loosen the dependency on stable-baselines3?
By the way, could you please tell us whether such an automatic tool for dependency analysis may be potentially helpful for maintaining dependencies easier during your development?
The text was updated successfully, but these errors were encountered: