From dc39b220a38c8468a53e0398c9fa9cc2c8015ccb Mon Sep 17 00:00:00 2001 From: Amanda Potts Date: Mon, 30 Dec 2024 09:58:14 -0500 Subject: [PATCH] remove unecesarry requirements.txt --- docker/almalinux-with-arkouda-deps/Dockerfile | 3 +- .../requirements.txt | 45 ------------------- 2 files changed, 1 insertion(+), 47 deletions(-) delete mode 100644 docker/almalinux-with-arkouda-deps/requirements.txt diff --git a/docker/almalinux-with-arkouda-deps/Dockerfile b/docker/almalinux-with-arkouda-deps/Dockerfile index 090a98fad8..f4435581e5 100644 --- a/docker/almalinux-with-arkouda-deps/Dockerfile +++ b/docker/almalinux-with-arkouda-deps/Dockerfile @@ -4,8 +4,7 @@ FROM ajpotts/almalinux-chapel:1.0.0 USER root -RUN git clone -b 3933_failing_make_install-arrow_pt3 https://github.com/ajpotts/arkouda.git && source ~/.bashrc && cd arkouda && make install-deps DEP_BUILD_DIR=/dep/build && python3 -m pip install -e .[dev] && mkdir -p /dep && rm -fr /root/arkouda -COPY requirements.txt /root/ +RUN git clone https://github.com/Bears-R-Us/arkouda.git && source ~/.bashrc && cd arkouda && make install-deps DEP_BUILD_DIR=/dep/build && python3 -m pip install -e .[dev] && mkdir -p /dep && rm -fr /root/arkouda ENTRYPOINT ["/bin/bash", "-l"] diff --git a/docker/almalinux-with-arkouda-deps/requirements.txt b/docker/almalinux-with-arkouda-deps/requirements.txt deleted file mode 100644 index f405e63407..0000000000 --- a/docker/almalinux-with-arkouda-deps/requirements.txt +++ /dev/null @@ -1,45 +0,0 @@ -# dependencies -python>=3.9,<3.12.4 -numpy>=1.24.1,<2.0 -pandas>=1.4.0,!=2.2.0 -pyzmq>=20.0.0 -typeguard==2.10.0 -tabulate -pyfiglet -versioneer -matplotlib>=3.3.2 -h5py>=3.7.0 -hdf5>=1.12.2 -pip -types-tabulate -pytables>=3.8.0 -pyarrow -libiconv -libidn2 -jupyter -scipy<=1.13.1 -pytest>=6.0 -pytest-env -# chapel-py - -# Developer dependencies -pexpect -Sphinx>=5.1.1 -sphinx-argparse -sphinx-autoapi -sphinx-design -sphinx-autodoc-typehints -sphinx-autopackagesummary -furo # sphinx theme -myst-parser -linkify-it-py -typed-ast -flake8 -mypy>=0.931 -black -isort -pytest-json-report -pytest-benchmark -mathjax -pandas-stubs -types-python-dateutil