Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Update Modelforge dep
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
  • Loading branch information
vmarkovtsev committed Mar 20, 2019
1 parent 891637a commit 30d89b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
Cython>=0.28,<1.0; python_version == '3.7'
PyStemmer==1.3.0
bblfsh==2.12.7
modelforge==0.11.1
modelforge==0.12.0
sourced-jgit-spark-connector==2.0.1
parquet==1.2
numpy==1.16.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@
install_requires=[
"PyStemmer>=1.3,<2.0",
"bblfsh>=2.2.1,<3.0",
"modelforge>=0.11.1,<0.12",
"modelforge>=0.11.1,<0.13",
"sourced-jgit-spark-connector>=2.0.1,<2.1.0",
"humanize>=0.5.0,<0.6",
"parquet>=1.2,<2.0",
Expand Down
2 changes: 1 addition & 1 deletion sourced/ml/__init__.py
Expand Up @@ -6,4 +6,4 @@
except ImportError:
pass

__version__ = "0.8.2"
__version__ = "0.8.3"

0 comments on commit 30d89b7

Please sign in to comment.