Skip to content

Commit

Permalink
Merge pull request #587 from mrava87/patch-torchcpu
Browse files Browse the repository at this point in the history
build: force torch cpuonly
  • Loading branch information
mrava87 authored Jun 21, 2024
2 parents b6099a6 + d055f97 commit dac0368
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PIP := $(shell command -v pip3 2> /dev/null || command which pip 2> /dev/null)
PYTHON := $(shell command -v python3 2> /dev/null || command which python 2> /dev/null)

.PHONY: install dev-install install_conda dev-install_conda tests doc docupdate
.PHONY: install dev-install install_conda dev-install_conda tests doc docupdate servedoc lint typeannot coverage

pipcheck:
ifndef PIP
Expand Down
1 change: 1 addition & 0 deletions environment-dev-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- numpy>=1.21.0
- scipy>=1.4.0
- pytorch>=1.2.0
- cpuonly
- pyfftw
- pywavelets
- sympy
Expand Down
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- numpy>=1.21.0
- scipy>=1.4.0
- pytorch>=1.2.0
- cpuonly
- pyfftw
- pywavelets
- sympy
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
numpy>=1.21.0
scipy>=1.4.0
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=1.2.0
numba
pyfftw
Expand Down

0 comments on commit dac0368

Please sign in to comment.