Skip to content

Commit 857e3e9

Browse files
authored
Merge pull request #65 from microsoft/u/shashank/pytorch_version
incremented the pytorch dependency version to <=1.9.1
2 parents 2396071 + f4043a0 commit 857e3e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

VERSION_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Version Notes:
2+
## 0.2.8
3+
* Incremented the dependency to torch<=1.9.1
4+
25
## 0.2.7
36
* Adding torch<=1.9 as required dependency
47

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

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

1212
setup(
1313
name="pymarlin",
14-
version="0.2.7",
14+
version="0.2.8",
1515
author="ELR Team",
1616
author_email="elrcore@microsoft.com",
1717
description="Lightweight Deeplearning Library",

0 commit comments

Comments
 (0)