We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64ca93 commit d938f7bCopy full SHA for d938f7b
text/front/preface/__dependencyVersionsInner.sh
@@ -12,7 +12,7 @@ set -o errexit # set -e : exit the script if any statement returns a non-true
12
hasOutput=false # Do we have some output and need a separator?
13
14
# Make sure that all packages are installed.
15
-packages=("pytest" "pytest-timeout" "mypy" "ruff" "pylint" "moptipy")
+packages=("pytest" "pytest-timeout" "mypy" "ruff" "pylint")
16
python3 -m pip install --require-virtualenv "${packages[@]}" 1>/dev/null 2>&1
17
18
# Check the versions of the tools and packages.
text/main/ecosystem/ecosystem.tex
@@ -8,6 +8,6 @@
8
%
9
\hinput{packages}{packages.tex}%
10
\hinput{git}{git.tex}%
11
-\hinput{moptipy}{moptipy.tex}%
+%\hinput{moptipy}{moptipy.tex}%
\endhsection%
0 commit comments