From 9f82c667f8b520967870b0aea4a3a37303f3ba7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 20:30:58 +0000 Subject: [PATCH] Bump ipython Bumps [ipython](https://github.com/ipython/ipython) from 6.4.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/6.4.0...7.16.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../dqn_and_ddqn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REINFORCEMENT LEARNING/Analysis of DQN and DDQN algorithms/dqn_and_ddqn/requirements.txt b/REINFORCEMENT LEARNING/Analysis of DQN and DDQN algorithms/dqn_and_ddqn/requirements.txt index 4d7c166..4fa2b62 100644 --- a/REINFORCEMENT LEARNING/Analysis of DQN and DDQN algorithms/dqn_and_ddqn/requirements.txt +++ b/REINFORCEMENT LEARNING/Analysis of DQN and DDQN algorithms/dqn_and_ddqn/requirements.txt @@ -4,6 +4,6 @@ mujoco-py==1.50.1.35 tensorflow-probability==0.5.0 tensorboardX==1.8 matplotlib==2.2.2 -ipython==6.4.0 +ipython==7.16.3 moviepy==1.0.0 box2d-py \ No newline at end of file