Skip to content

Commit d2c2424

Browse files
haohangyanbgyori
authored andcommitted
Install setuptools for jnius
1 parent 7dcad04 commit d2c2424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN git clone https://github.com/sorgerlab/indra.git && \
4444
# Install Python dependencies
4545
pip install --upgrade pip && \
4646
# Install cython first for pyjnius
47-
pip install "cython<3.0" && \
47+
pip install "cython<3.0" "setuptools" "setuptools_scm" "wheel" && \
4848
python -m cython --version && \
4949
pip install -e .[all] && \
5050
pip uninstall -y enum34 && \

0 commit comments

Comments
 (0)