Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
# prebuilt wheels not available on 3.11 for matplotlib<3.6 on: macos arm64, win32
# matplotlib>=3.8 has API incompatibilities with SDoE plots
# see CCSI-Toolset/FOQUS#1211 for more information
"matplotlib >= 3.6.0, <= 3.7.5",
"matplotlib",
"python-tsp==0.3.1",
"mplcursors",
"numpy",
Expand All @@ -112,6 +112,8 @@
"winshell; sys_platform == 'win32'",
"websocket_client>=1.1.0",
],
# pip install ccsi-foqus[nlopt] See Issue #1274 for details
extras_require={"nlopt": ["nlopt==2.7.1"]},
)

print(
Expand Down
Loading