Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
822556b7
Unverified
Commit
822556b7
authored
Dec 06, 2021
by
liuzhe-lz
Committed by
GitHub
Dec 06, 2021
Browse files
move matplotlib dependency to recommended (#4366)
parent
e10fc05d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
dependencies/recommended.txt
dependencies/recommended.txt
+1
-0
dependencies/recommended_legacy.txt
dependencies/recommended_legacy.txt
+1
-0
dependencies/required.txt
dependencies/required.txt
+0
-2
No files found.
dependencies/recommended.txt
View file @
822556b7
...
@@ -15,3 +15,4 @@ peewee
...
@@ -15,3 +15,4 @@ peewee
graphviz
graphviz
gym
gym
tianshou >= 0.4.1
tianshou >= 0.4.1
matplotlib
dependencies/recommended_legacy.txt
View file @
822556b7
...
@@ -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
dependencies/required.txt
View file @
822556b7
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment