Skip to content

Commit

Permalink
bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed Mar 26, 2021
1 parent cd103c2 commit ed32239
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/requirements/1.7.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
torch==1.7.1
torchvision>=0.8.0,<0.9.0
numpy
tqdm
packaging
scikit-learn
6 changes: 6 additions & 0 deletions .github/requirements/1.8.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
torch==1.8.1
torchvision>=0.9.0,<0.10.0
numpy
tqdm
packaging
scikit-learn
2 changes: 1 addition & 1 deletion .github/workflows/nemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: [ "3.5" ]
torch-version: [ "1.3.1", "1.4.0", "1.5.0", "1.6.0" ]
torch-version: [ "1.3.1", "1.4.0", "1.5.0", "1.6.0", "1.7.1", "1.8.1" ]

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pytorch-nemo",
version="0.0.7",
version="0.0.8",
author="Francesco Conti",
author_email="[email protected]",
description="NEural Minimizer for pytOrch",
Expand Down

0 comments on commit ed32239

Please sign in to comment.