Skip to content

Commit

Permalink
remove NumPy from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SerodioJ committed Feb 23, 2024
1 parent 27ee0fa commit 84ab160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN ./configure --with-components=${PAPI_COMPONENTS} && \

WORKDIR /pypapi

RUN pip install cffi==1.15.1 numpy==1.23.5
RUN pip install cffi==1.16.0

COPY setup.py setup.py

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ mccabe==0.7.0
multidict==6.0.4
mypy-extensions==1.0.0
nox==2023.4.22
numpy==1.23.5
packaging==23.2
pathspec==0.12.1
platformdirs==4.1.0
Expand Down

0 comments on commit 84ab160

Please sign in to comment.