We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14aa184 commit 653a212Copy full SHA for 653a212
bin/pip_install_ubuntu.sh
@@ -41,16 +41,12 @@ cd ..
41
ls -l /usr/local/lib
42
sudo ldconfig /usr/local/lib
43
44
-# Python build requirements. Ideally these would be in pyproject.toml, but
45
-# first need to migrate from setup.py to pyproject.toml.
46
-pip install numpy cython setuptools wheel
47
-
48
# Install from checkout (or sdist).
49
echo -----------------------------------------------------------
50
echo
51
echo Running:
52
-echo $ pip install --no-binary :all: --no-build-isolation $1
+echo $ pip install --no-binary python-flint $1
53
54
55
56
-pip install --no-binary :all: --no-build-isolation $1
+pip install --no-binary python-flint $1
0 commit comments