From ded528835b63aaee4ede72ce7c4358ced6e5f1a1 Mon Sep 17 00:00:00 2001 From: hagrid67 <jdhwatson@gmail.com> Date: Wed, 3 Jun 2020 11:45:02 +0100 Subject: [PATCH] fix msgpack version to 0.6.1 - same as rllib. encoding arg. --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 910635e2..f0486d78 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,7 @@ recordtype>=1.3 matplotlib>=3.0.2 Pillow>=5.4.1 CairoSVG>=2.3.1 -msgpack>=0.6.1 +msgpack==0.6.1 msgpack-numpy>=0.4.4.0 svgutils>=0.3.1 pyarrow>=0.13.0 -- GitLab