File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11PIP := $(shell command -v pip3 2> /dev/null || command which pip 2> /dev/null)
22PYTHON := $(shell command -v python3 2> /dev/null || command which python 2> /dev/null)
33
4- .PHONY : install dev-install install_conda dev-install_conda tests doc docupdate
4+ .PHONY : install dev-install install_conda dev-install_conda tests doc docupdate servedoc lint typeannot coverage
55
66pipcheck :
77ifndef PIP
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies:
1010 - numpy>=1.21.0
1111 - scipy>=1.4.0
1212 - pytorch>=1.2.0
13+ - cpuonly
1314 - pyfftw
1415 - pywavelets
1516 - sympy
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies:
1010 - numpy>=1.21.0
1111 - scipy>=1.4.0
1212 - pytorch>=1.2.0
13+ - cpuonly
1314 - pyfftw
1415 - pywavelets
1516 - sympy
Original file line number Diff line number Diff line change 11numpy >= 1.21.0
22scipy >= 1.4.0
3+ --extra-index-url https://download.pytorch.org/whl/cpu
34torch >= 1.2.0
45numba
56pyfftw
You can’t perform that action at this time.
0 commit comments