"vscode:/vscode.git/clone" did not exist on "0577af98f4129fc6bf5cc47d6b4d82d394ee68a6"
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 ...@@ -15,3 +15,4 @@ peewee
graphviz graphviz
gym gym
tianshou >= 0.4.1 tianshou >= 0.4.1
matplotlib
...@@ -14,3 +14,4 @@ peewee ...@@ -14,3 +14,4 @@ peewee
graphviz graphviz
gym gym
tianshou >= 0.4.1 tianshou >= 0.4.1
matplotlib < 3.4
...@@ -24,5 +24,3 @@ scipy < 1.6 ; python_version < "3.7" ...@@ -24,5 +24,3 @@ scipy < 1.6 ; python_version < "3.7"
scipy ; python_version >= "3.7" scipy ; python_version >= "3.7"
pandas < 1.2 ; python_version < "3.7" pandas < 1.2 ; python_version < "3.7"
pandas ; 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