Skip to content

Commit

Permalink
Update requirements.txt (#230)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* Release commit
  • Loading branch information
iitzco-asapp authored Feb 3, 2020
1 parent d707108 commit 96e9353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flambe/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MAJOR = "0"
MINOR = "4"
PATCH = "11"
PATCH = "12"

VERSION = f'{MAJOR}.{MINOR}.{PATCH}'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requests~=2.21.0
Flask~=1.0.0
tensorboardx-hparams==1.7.2
GitPython~=2.1.11
sru==2.1.9
sru~=2.2.1
pygments~=2.3.1
nltk~=3.4.1
dill>=0.3.1
Expand Down

0 comments on commit 96e9353

Please sign in to comment.