Skip to content

Commit

Permalink
Merge pull request #65 from microsoft/u/shashank/pytorch_version
Browse files Browse the repository at this point in the history
incremented the pytorch dependency version to <=1.9.1
  • Loading branch information
shatu authored Oct 1, 2021
2 parents 2396071 + f4043a0 commit 857e3e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions VERSION_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Version Notes:
## 0.2.8
* Incremented the dependency to torch<=1.9.1

## 0.2.7
* Adding torch<=1.9 as required dependency

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
with open("README.md", "r") as fh:
long_description = fh.read()

required = ['torch<=1.9','tqdm','tensorboard', 'Pillow','azureml-core','pyyaml','pandas']
required = ['torch<=1.9.1','tqdm','tensorboard', 'Pillow','azureml-core','pyyaml','pandas']
extras = {
'dev': ['pylint', 'pytest', 'pytest-cov'],
'plugins': ['transformers','pandas','matplotlib','sklearn','scipy','rouge-score']
}

setup(
name="pymarlin",
version="0.2.7",
version="0.2.8",
author="ELR Team",
author_email="elrcore@microsoft.com",
description="Lightweight Deeplearning Library",
Expand Down

0 comments on commit 857e3e9

Please sign in to comment.