We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcad04 commit d2c2424Copy full SHA for d2c2424
docker/Dockerfile
@@ -44,7 +44,7 @@ RUN git clone https://github.com/sorgerlab/indra.git && \
44
# Install Python dependencies
45
pip install --upgrade pip && \
46
# Install cython first for pyjnius
47
- pip install "cython<3.0" && \
+ pip install "cython<3.0" "setuptools" "setuptools_scm" "wheel" && \
48
python -m cython --version && \
49
pip install -e .[all] && \
50
pip uninstall -y enum34 && \
0 commit comments