Skip to content

Commit

Permalink
[build] add numpydoc as dependency in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Mar 5, 2024
1 parent bccf245 commit 153a9ea
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Docker/github_ci_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
python3-nbsphinx \
python3-notebook \
python3-numpy \
python3-numpydoc \
python3-pip \
python3-pytest \
python3-scipy \
python3-shapely \
python3-skimage \
Expand Down
2 changes: 1 addition & 1 deletion Docker/mpich_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ RUN apt-get update && \
python3-nbsphinx \
python3-notebook \
python3-numpy \
python3-numpydoc \
python3-pandas \
python3-pip \
python3-pytest \
python3-scipy \
python3-setuptools \
python3-shapely \
Expand Down
2 changes: 1 addition & 1 deletion Docker/mpich_dockerfile_vasp5
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ RUN pip3 install --no-cache-dir \
decorator \
jupyter \
ipywidgets \
pytest \
pylint \
pandas \
shapely \
monty \
mpi4py \
numpydoc \
pymatgen \
Jinja2 \
Mako \
Expand Down
2 changes: 1 addition & 1 deletion Docker/openmpi_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
python3-nbsphinx \
python3-notebook \
python3-numpy \
python3-numpydoc \
python3-pandas \
python3-pip \
python3-pymatgen \
python3-pytest \
python3-scipy \
python3-shapely \
python3-skimage \
Expand Down
1 change: 0 additions & 1 deletion packaging/pypi/pyproject.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ classifiers = [
dependencies = [
"numpy",
"scipy",
"pytest",
"scikit-image",
"argparse"
]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ numpy
scipy
argparse
scikit-image
pytest
numpydoc
# From python 3.11 and newer, toml is part of standard implementation
tomli

0 comments on commit 153a9ea

Please sign in to comment.