Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
neutralino1 committed Jul 25, 2022
1 parent bed7bec commit 9b34b13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ Sematic is an open-source development toolkit to help Data Scientists and
Machine Learning (ML) Engineers prototype and productionize ML pipelines in days
not weeks.

Sematic is based on learnings from building the infrastructure behind Cruise's
[Continuous Learning
Machine](https://medium.com/cruise/cruise-continuous-learning-machine-30d60f4c691b).
Sematic is based on experience working at leading tech companies.


Find our docs at [docs.sematic.dev](https://docs.sematic.dev), and join us on
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* 0.7.0
* [feature] Optional authentication with Google OAuth
* 0.6.0
* [feature] Cloud execution with `CloudResolver`
* [feature] Dependency packaging with the `sematic_pipeline` Bazel wheel
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ requests
responses==0.20.0 # 0.21.0 breaks mypy checks https://github.com/getsentry/responses/issues/556
werkzeug
gunicorn
#git+https://github.com/benoitc/gunicorn.git
python-dateutil
google-auth

Expand Down
3 changes: 1 addition & 2 deletions sematic/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,8 @@ sematic_py_wheel(
# Specifying this by hand because sematic_py_wheel doesn't know
# how to fix versions
"eventlet==0.30.2",
#"gunicorn @ git+https://github.com/benoitc/gunicorn.git",
],
version = "0.6.0", #+{BUILD_TIMESTAMP}",
version = "0.7.0", #+{BUILD_TIMESTAMP}",
visibility = ["//visibility:public"],
deps = [
"//sematic:init",
Expand Down

0 comments on commit 9b34b13

Please sign in to comment.