2 Commits

Author SHA1 Message Date
Xintao
424a09457b v0.2.2.2 2021-08-26 22:16:20 +08:00
Xintao
52f77e74a8 update publish-pip 2021-08-26 22:13:45 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,9 @@ jobs:
- name: Install PyTorch (cpu) - name: Install PyTorch (cpu)
run: pip install torch==1.7.0+cpu torchvision==0.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html run: pip install torch==1.7.0+cpu torchvision==0.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
- name: Install dependencies - name: Install dependencies
run: pip install -r requirements.txt run: |
pip install basicsr
pip install -r requirements.txt
- name: Build and install - name: Build and install
run: rm -rf .eggs && pip install -e . run: rm -rf .eggs && pip install -e .
- name: Build for distribution - name: Build for distribution

View File

@@ -1 +1 @@
0.2.2.1 0.2.2.2