Browse Source

#139 matplotlib must not be optional

Rodja Trappe 2 years ago
parent
commit
da66976866
2 changed files with 98 additions and 612 deletions
  1. 96 610
      poetry.lock
  2. 2 2
      pyproject.toml

File diff suppressed because it is too large
+ 96 - 610
poetry.lock


+ 2 - 2
pyproject.toml

@@ -21,8 +21,8 @@ websockets = "^10.3"
 httpx = "^0.23.0"
 watchfiles = "^0.16.1"
 matplotlib = [
-    { version = "^3.5.0", markers = "python_version ~= '3.7'", optional = true },
-    { version = "^3.6.0", markers = "python_version ~= '3.11.0'", optional = true },
+    { version = "^3.5.0", markers = "python_version ~= '3.7'"},
+    { version = "^3.6.0", markers = "python_version ~= '3.11.0'"},
 ]
 
 [tool.poetry.dev-dependencies]

Some files were not shown because too many files changed in this diff