Unverified Commit 822556b7 authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

move matplotlib dependency to recommended (#4366)

parent e10fc05d
......@@ -15,3 +15,4 @@ peewee
graphviz
gym
tianshou >= 0.4.1
matplotlib
......@@ -14,3 +14,4 @@ peewee
graphviz
gym
tianshou >= 0.4.1
matplotlib < 3.4
......@@ -24,5 +24,3 @@ scipy < 1.6 ; python_version < "3.7"
scipy ; python_version >= "3.7"
pandas < 1.2 ; python_version < "3.7"
pandas ; python_version >= "3.7"
matplotlib < 3.4 ; python_version < "3.7"
matplotlib ; python_version >= "3.7"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment