Skip to content

Commit 66bb0ee

Browse files
committed
VERSION 0.6.1.6
1 parent 762ea3b commit 66bb0ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pymoo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.1.6.dev2"
1+
__version__ = "0.6.1.6"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies = [
2929
"moocore>=0.1.7",
3030
"autograd>=1.4",
3131
"cma>=3.2.2",
32+
"matplotlib>=3",
3233
"alive_progress",
3334
"Deprecated",
3435
]
@@ -56,9 +57,6 @@ dev = [
5657
"ipython",
5758
"ipykernel",
5859
]
59-
visualization = [
60-
"matplotlib>=3",
61-
]
6260
parallelization = [
6361
"joblib",
6462
"dask[distributed]",
@@ -68,7 +66,9 @@ others = [
6866
"optuna",
6967
]
7068
full = [
71-
"pymoo[visualization]",
69+
"numba",
70+
"scikit-learn",
71+
"pandas",
7272
"pymoo[parallelization]",
7373
"pymoo[others]",
7474
]

0 commit comments

Comments
 (0)