Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 0c4ce57
Author: a.delfosse <a.delfosse@instadeep.com>
Date:   Tue Mar 1 16:54:22 2022 +0100

    build: update version 0.1.17

commit 93fc3e5
Merge: 649e031 c9444be
Author: aurelien delfosse <a.delfosse@instadeep.com>
Date:   Tue Mar 1 16:38:18 2022 +0100

    Merge pull request #35 from moeaba/bump-transformers-version

    bump  transformers dependencies + fixed setup in windows environments

commit c9444be
Author: Mohamed Amine <hiddentn@outlook.com>
Date:   Tue Mar 1 15:37:43 2022 +0100

    bump  transformers dependencies + fixed setup in windows environments
  • Loading branch information
delfosseaurelien committed Mar 1, 2022
1 parent ef14172 commit b3c9998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biotransformers/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.1.16"
VERSION = "0.1.17"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ scikit-learn>=0.22.2
torch>=1.7.0,<1.9
torchmetrics>=0.3.2,<0.5
tqdm>=4.60.0
transformers>=4.6.1,<4.7
transformers>=4.8,<4.9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import find_packages, setup

HERE = pathlib.Path(__file__).parent
README = (HERE / "README.md").read_text()
README = (HERE / "README.md").read_text(encoding="utf-8")

with open("biotransformers/version.py") as v:
exec(v.readline())
Expand Down

0 comments on commit b3c9998

Please sign in to comment.