Skip to content

Commit

Permalink
DOC: Add install requirements to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed May 20, 2022
1 parent 6188b36 commit 8e51bdb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cupy>=7,!=10.3.0
mpi4py>=3
cupy>=8,!=10.3.0
importlib_resources # backport for python<3.9
importlib_metadata # backport for python<3.8
matplotlib-base
matplotlib-base==3
mpi4py>=3
numpy>=1.17
python>=3.6
py-opencv
scipy
py-opencv>=3.4,<5.0
scipy # required by cupyx.scipy
setuptools
setuptools_scm_git_archive
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ include_package_data = True
packages = find:
package_dir =
=src
python_requires = ~=3.6
install_requires =
cupy >=8.0,!=10.3.0
importlib_resources;python_version<'3.9'
importlib_metadata;python_version<'3.8'
matplotlib ==3.*
mpi4py ==3.*
numpy ~=1.17
opencv-python >=3.4,<5.0
scipy ==1.*

[options.packages.find]
where=src
Expand Down

0 comments on commit 8e51bdb

Please sign in to comment.