Skip to content

Commit 72c338e

Browse files
committed
build: add pymoo to setup.py needed in the automatic testing
1 parent f6cadfe commit 72c338e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
install_requires=[
4646
'numpy<2.0',
4747
'scipy',
48+
'pymoo',
4849
],
4950
extras_require={
5051
'all': extra_required,

0 commit comments

Comments
 (0)