Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: remove slack #25

Merged
merged 5 commits into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
exclude-types: build,docs,style,other

deploy-mkdocs:
if: ${{ github.event.inputs.dry-run == 'false' }}
needs: commit-changelog-and-release
uses: deargen/workflows/.github/workflows/deploy-mkdocs.yml@master
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
# python -m pip install --upgrade pip
uv pip install -r deps/lock/x86_64-manylinux_2_28/requirements_dev.txt
uv pip install -e .
bash scripts/install_binaries.sh
- name: Run pytest
uses: deargen/workflows/actions/run-pytest@master

Expand Down Expand Up @@ -74,6 +73,5 @@ jobs:
# python -m pip install --upgrade pip
uv pip install -r deps/lock/x86_64-manylinux_2_28/requirements_dev.txt
uv pip install -e .
bash scripts/install_binaries.sh
- name: Run doctest
uses: deargen/workflows/actions/run-doctest@master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
## 돌려 보기

1. (Optional) `pip3 install --user uv` 해서 pip 대신 `uv pip` 사용하면 더 빠름.
2. `uv pip install -r deps/lock/x86_64-manylinux_2_28/requirements.txt`, `uv pip install -e .`, `bash scripts/install_binaries.sh` 으로 dependencies 및 mlproject 패키지 설치
2. `uv pip install -r deps/lock/x86_64-manylinux_2_28/requirements.txt`, `uv pip install -e .` 으로 dependencies 및 mlproject 패키지 설치
3. template.env 파일을 .env로 복사한 후 token 등 내용 수정.
4. `mlproject health` 실행해서 환경 설정이 잘 되었는지 확인.
5. `python tools/examples/color_logging_main.py` 실행해보기. 로깅 내용은 `data/logs` 폴더 안에 기록됨.
Expand Down
2 changes: 1 addition & 1 deletion deps/lock/aarch64-apple-darwin/.requirements.in.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f3fa95620b66d1ecfd6ac496cd0269cb5a45a1662e05564dd8e81f94900f1d1d requirements.in
39e8781f2f4f9b90dd0354d6c8a4e3336f05f987543b239a7d5cae6f20ce3c76 requirements.in
2 changes: 1 addition & 1 deletion deps/lock/aarch64-apple-darwin/.requirements_dev.in.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c7bed867f5c2ddbe55f335d9afcf1626fdf8e757d018065d424d8b874d43d2eb requirements_dev.in
801b45f0c13d74702e87f22c756165bb6951a4d027b3627fad9e5c7f5de77c15 requirements_dev.in
60 changes: 5 additions & 55 deletions deps/lock/aarch64-apple-darwin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o /Users/kiyoon/project/python-project-template-2024/deps/lock/aarch64-apple-darwin/requirements.txt --python-platform aarch64-apple-darwin --python-version 3.11
ansi2html==1.9.2
# via -r requirements.in
# uv pip compile requirements.in -o /Users/kiyoon/project/python-project-template-2024/deps/lock/aarch64-apple-darwin/requirements.txt --python-platform aarch64-apple-darwin --python-version 3.10
attrs==23.2.0
# via
# clearml
# jsonschema
# referencing
cairocffi==1.7.1
# via cairosvg
cairosvg==2.7.1
# via -r requirements.in
certifi==2024.6.2
# via requests
cffi==1.16.0
# via cairocffi
charset-normalizer==3.3.2
# via requests
clearml==1.16.2
# via -r requirements.in
click==8.1.7
# via typer
contourpy==1.2.1
# via matplotlib
cssselect2==0.7.0
# via cairosvg
cycler==0.12.1
# via matplotlib
defusedxml==0.7.1
# via cairosvg
fonttools==4.53.0
# via matplotlib
furl==2.1.3
# via clearml
idna==3.7
Expand All @@ -39,48 +21,28 @@ jsonschema==4.22.0
# via clearml
jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
markdown-it-py==3.0.0
# via rich
matplotlib==3.9.0
# via -r requirements.in
mdurl==0.1.2
# via markdown-it-py
numpy==2.0.0
# via
# -r requirements.in
# clearml
# contourpy
# matplotlib
# via clearml
orderedmultidict==1.0.1
# via furl
packaging==24.1
# via matplotlib
pathlib2==2.3.7.post1
# via clearml
pillow==10.4.0
# via
# -r requirements.in
# cairosvg
# clearml
# matplotlib
# via clearml
psutil==6.0.0
# via clearml
pycparser==2.22
# via cffi
pygments==2.18.0
# via rich
pyjwt==2.8.0
# via clearml
pyparsing==3.1.2
# via
# clearml
# matplotlib
# via clearml
python-dateutil==2.9.0.post0
# via
# clearml
# matplotlib
# via clearml
python-dotenv==1.0.1
# via -r requirements.in
pyyaml==6.0.1
Expand Down Expand Up @@ -109,14 +71,6 @@ six==1.16.0
# orderedmultidict
# pathlib2
# python-dateutil
slack-bolt==1.19.0
# via -r requirements.in
slack-sdk==3.30.0
# via slack-bolt
tinycss2==1.3.0
# via
# cairosvg
# cssselect2
tqdm==4.66.4
# via -r requirements.in
typer==0.12.5
Expand All @@ -127,7 +81,3 @@ urllib3==2.2.2
# via
# clearml
# requests
webencodings==0.5.1
# via
# cssselect2
# tinycss2
26 changes: 9 additions & 17 deletions deps/lock/aarch64-apple-darwin/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements_dev.in -o /Users/kiyoon/project/python-project-template-2024/deps/lock/aarch64-apple-darwin/requirements_dev.txt --python-platform aarch64-apple-darwin --python-version 3.11
ansi2html==1.9.2
# via -r requirements.in
# uv pip compile requirements_dev.in -o /Users/kiyoon/project/python-project-template-2024/deps/lock/aarch64-apple-darwin/requirements_dev.txt --python-platform aarch64-apple-darwin --python-version 3.10
attrs==23.2.0
# via
# clearml
Expand All @@ -12,9 +10,7 @@ babel==2.15.0
cairocffi==1.7.1
# via cairosvg
cairosvg==2.7.1
# via
# -r requirements.in
# mkdocs-material
# via mkdocs-material
certifi==2024.6.2
# via requests
cffi==1.16.0
Expand Down Expand Up @@ -42,6 +38,8 @@ cycler==0.12.1
# via matplotlib
defusedxml==0.7.1
# via cairosvg
exceptiongroup==1.2.2
# via pytest
fonttools==4.53.0
# via matplotlib
furl==2.1.3
Expand Down Expand Up @@ -85,9 +83,7 @@ markupsafe==2.1.5
# mkdocs
# mkdocstrings
matplotlib==3.9.0
# via
# -r requirements.in
# types-seaborn
# via types-seaborn
mdurl==0.1.2
# via markdown-it-py
mergedeep==1.3.4
Expand Down Expand Up @@ -128,7 +124,6 @@ mkdocstrings-python==1.8.0
# via -r requirements_docs.in
numpy==2.0.0
# via
# -r requirements.in
# clearml
# contourpy
# matplotlib
Expand All @@ -151,7 +146,6 @@ pathspec==0.12.1
# via mkdocs
pillow==9.5.0
# via
# -r requirements.in
# cairosvg
# clearml
# matplotlib
Expand Down Expand Up @@ -222,7 +216,7 @@ rpds-py==0.18.1
# via
# jsonschema
# referencing
ruff==0.4.5
ruff==0.6.4
# via -r requirements_dev.in
shellingham==1.5.4
# via typer
Expand All @@ -233,16 +227,14 @@ six==1.16.0
# orderedmultidict
# pathlib2
# python-dateutil
slack-bolt==1.19.0
# via -r requirements.in
slack-sdk==3.30.0
# via slack-bolt
tinycss2==1.3.0
# via
# cairosvg
# cssselect2
tomli==2.0.1
# via coverage
# via
# coverage
# pytest
tqdm==4.66.4
# via -r requirements.in
typer==0.12.5
Expand Down
2 changes: 1 addition & 1 deletion deps/lock/x86_64-apple-darwin/.requirements.in.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f3fa95620b66d1ecfd6ac496cd0269cb5a45a1662e05564dd8e81f94900f1d1d requirements.in
39e8781f2f4f9b90dd0354d6c8a4e3336f05f987543b239a7d5cae6f20ce3c76 requirements.in
2 changes: 1 addition & 1 deletion deps/lock/x86_64-apple-darwin/.requirements_dev.in.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c7bed867f5c2ddbe55f335d9afcf1626fdf8e757d018065d424d8b874d43d2eb requirements_dev.in
801b45f0c13d74702e87f22c756165bb6951a4d027b3627fad9e5c7f5de77c15 requirements_dev.in
60 changes: 5 additions & 55 deletions deps/lock/x86_64-apple-darwin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o /Users/kiyoon/project/python-project-template-2024/deps/lock/x86_64-apple-darwin/requirements.txt --python-platform x86_64-apple-darwin --python-version 3.11
ansi2html==1.9.2
# via -r requirements.in
# uv pip compile requirements.in -o /Users/kiyoon/project/python-project-template-2024/deps/lock/x86_64-apple-darwin/requirements.txt --python-platform x86_64-apple-darwin --python-version 3.10
attrs==23.2.0
# via
# clearml
# jsonschema
# referencing
cairocffi==1.7.1
# via cairosvg
cairosvg==2.7.1
# via -r requirements.in
certifi==2024.6.2
# via requests
cffi==1.16.0
# via cairocffi
charset-normalizer==3.3.2
# via requests
clearml==1.16.2
# via -r requirements.in
click==8.1.7
# via typer
contourpy==1.2.1
# via matplotlib
cssselect2==0.7.0
# via cairosvg
cycler==0.12.1
# via matplotlib
defusedxml==0.7.1
# via cairosvg
fonttools==4.53.0
# via matplotlib
furl==2.1.3
# via clearml
idna==3.7
Expand All @@ -39,48 +21,28 @@ jsonschema==4.22.0
# via clearml
jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
markdown-it-py==3.0.0
# via rich
matplotlib==3.9.0
# via -r requirements.in
mdurl==0.1.2
# via markdown-it-py
numpy==2.0.0
# via
# -r requirements.in
# clearml
# contourpy
# matplotlib
# via clearml
orderedmultidict==1.0.1
# via furl
packaging==24.1
# via matplotlib
pathlib2==2.3.7.post1
# via clearml
pillow==10.4.0
# via
# -r requirements.in
# cairosvg
# clearml
# matplotlib
# via clearml
psutil==6.0.0
# via clearml
pycparser==2.22
# via cffi
pygments==2.18.0
# via rich
pyjwt==2.8.0
# via clearml
pyparsing==3.1.2
# via
# clearml
# matplotlib
# via clearml
python-dateutil==2.9.0.post0
# via
# clearml
# matplotlib
# via clearml
python-dotenv==1.0.1
# via -r requirements.in
pyyaml==6.0.1
Expand Down Expand Up @@ -109,14 +71,6 @@ six==1.16.0
# orderedmultidict
# pathlib2
# python-dateutil
slack-bolt==1.19.0
# via -r requirements.in
slack-sdk==3.30.0
# via slack-bolt
tinycss2==1.3.0
# via
# cairosvg
# cssselect2
tqdm==4.66.4
# via -r requirements.in
typer==0.12.5
Expand All @@ -127,7 +81,3 @@ urllib3==2.2.2
# via
# clearml
# requests
webencodings==0.5.1
# via
# cssselect2
# tinycss2
Loading