We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762ea3b commit 66bb0eeCopy full SHA for 66bb0ee
pymoo/version.py
@@ -1 +1 @@
1
-__version__ = "0.6.1.6.dev2"
+__version__ = "0.6.1.6"
pyproject.toml
@@ -29,6 +29,7 @@ dependencies = [
29
"moocore>=0.1.7",
30
"autograd>=1.4",
31
"cma>=3.2.2",
32
+ "matplotlib>=3",
33
"alive_progress",
34
"Deprecated",
35
]
@@ -56,9 +57,6 @@ dev = [
56
57
"ipython",
58
"ipykernel",
59
-visualization = [
60
- "matplotlib>=3",
61
-]
62
parallelization = [
63
"joblib",
64
"dask[distributed]",
@@ -68,7 +66,9 @@ others = [
68
66
"optuna",
69
67
70
full = [
71
- "pymoo[visualization]",
+ "numba",
+ "scikit-learn",
+ "pandas",
72
"pymoo[parallelization]",
73
"pymoo[others]",
74
0 commit comments