Skip to content

Commit d938f7b

Browse files
committed
removed moptipy
1 parent e64ca93 commit d938f7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

text/front/preface/__dependencyVersionsInner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -o errexit # set -e : exit the script if any statement returns a non-true
1212
hasOutput=false # Do we have some output and need a separator?
1313

1414
# Make sure that all packages are installed.
15-
packages=("pytest" "pytest-timeout" "mypy" "ruff" "pylint" "moptipy")
15+
packages=("pytest" "pytest-timeout" "mypy" "ruff" "pylint")
1616
python3 -m pip install --require-virtualenv "${packages[@]}" 1>/dev/null 2>&1
1717

1818
# Check the versions of the tools and packages.

text/main/ecosystem/ecosystem.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
%
99
\hinput{packages}{packages.tex}%
1010
\hinput{git}{git.tex}%
11-
\hinput{moptipy}{moptipy.tex}%
11+
%\hinput{moptipy}{moptipy.tex}%
1212
%
1313
\endhsection%

0 commit comments

Comments
 (0)