Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-5f71550db55d7497c3acc09ad907d1c6
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim authored Jan 17, 2023
2 parents 27938c1 + 5ac9c51 commit 99ef4c1
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macOS-latest]
os: [ubuntu-18.04, macOS-latest]
steps:
- name: Setup Python 3.8
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# For reference:
# https://docs.docker.com/develop/develop-images/build_enhancements/

ARG BASE_IMAGE=ubuntu:20.04
ARG BASE_IMAGE=ubuntu:rolling
ARG BUILD_TYPE=dev
FROM ${BASE_IMAGE} AS compile-image

Expand Down
8 changes: 4 additions & 4 deletions requirements/torch_cu116_linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cython
wheel
pillow==9.3.0
torch==1.13.0+cu116; sys_platform == 'linux'
torchvision==0.14.0+cu116; sys_platform == 'linux'
torchtext==0.14.0; sys_platform == 'linux'
torchaudio==0.13.0+cu116; sys_platform == 'linux'
torch==1.13.1+cu116; sys_platform == 'linux'
torchvision==0.14.1+cu116; sys_platform == 'linux'
torchtext==0.14.1; sys_platform == 'linux'
torchaudio==0.13.1+cu116; sys_platform == 'linux'
8 changes: 4 additions & 4 deletions requirements/torch_cu116_windows.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
--extra-index-url https://download.pytorch.org/whl/cu116
torch==1.13.0+cu116; sys_platform == 'win32'
torchvision==0.14.0+cu116; sys_platform == 'win32'
torchtext==0.14.0; sys_platform == 'win32'
torchaudio==0.13.0+cu116; sys_platform == 'win32'
torch==1.13.1+cu116; sys_platform == 'win32'
torchvision==0.14.1+cu116; sys_platform == 'win32'
torchtext==0.14.1; sys_platform == 'win32'
torchaudio==0.13.1+cu116; sys_platform == 'win32'
8 changes: 4 additions & 4 deletions requirements/torch_cu117_linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cython
wheel
pillow==9.3.0
torch==1.13.0+cu117; sys_platform == 'linux'
torchvision==0.14.0+cu117; sys_platform == 'linux'
torchtext==0.14.0; sys_platform == 'linux'
torchaudio==0.13.0+cu117; sys_platform == 'linux'
torch==1.13.1+cu117; sys_platform == 'linux'
torchvision==0.14.1+cu117; sys_platform == 'linux'
torchtext==0.14.1; sys_platform == 'linux'
torchaudio==0.13.1+cu117; sys_platform == 'linux'
8 changes: 4 additions & 4 deletions requirements/torch_cu117_windows.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117
--extra-index-url https://download.pytorch.org/whl/cu117
torch==1.13.0+cu117; sys_platform == 'win32'
torchvision==0.14.0+cu117; sys_platform == 'win32'
torchtext==0.14.0; sys_platform == 'win32'
torchaudio==0.13.0+cu117; sys_platform == 'win32'
torch==1.13.1+cu117; sys_platform == 'win32'
torchvision==0.14.1+cu117; sys_platform == 'win32'
torchtext==0.14.1; sys_platform == 'win32'
torchaudio==0.13.1+cu117; sys_platform == 'win32'
8 changes: 4 additions & 4 deletions requirements/torch_darwin.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pip install torch torchvision torchaudio
torch==1.13.0; sys_platform == 'darwin'
torchvision==0.14.0; sys_platform == 'darwin'
torchtext==0.14.0; sys_platform == 'darwin'
torchaudio==0.13.0; sys_platform == 'darwin'
torch==1.13.1; sys_platform == 'darwin'
torchvision==0.14.1; sys_platform == 'darwin'
torchtext==0.14.1; sys_platform == 'darwin'
torchaudio==0.13.1; sys_platform == 'darwin'
8 changes: 4 additions & 4 deletions requirements/torch_linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cython
wheel
pillow==9.3.0
torch==1.13.0+cpu; sys_platform == 'linux'
torchvision==0.14.0+cpu; sys_platform == 'linux'
torchtext==0.14.0; sys_platform == 'linux'
torchaudio==0.13.0+cpu; sys_platform == 'linux'
torch==1.13.1+cpu; sys_platform == 'linux'
torchvision==0.14.1+cpu; sys_platform == 'linux'
torchtext==0.14.1; sys_platform == 'linux'
torchaudio==0.13.1+cpu; sys_platform == 'linux'
8 changes: 4 additions & 4 deletions requirements/torch_windows.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch torchvision torchaudio
wheel
torch==1.13.0; sys_platform == 'win32'
torchvision==0.14.0; sys_platform == 'win32'
torchtext==0.14.0; sys_platform == 'win32'
torchaudio==0.13.0; sys_platform == 'win32'
torch==1.13.1; sys_platform == 'win32'
torchvision==0.14.1; sys_platform == 'win32'
torchtext==0.14.1; sys_platform == 'win32'
torchaudio==0.13.1; sys_platform == 'win32'
pillow==9.3.0

0 comments on commit 99ef4c1

Please sign in to comment.