Skip to content

Commit f16f80c

Browse files
committed
Directory structure changed
1 parent f8aa169 commit f16f80c

File tree

4 files changed

+4
-48
lines changed

4 files changed

+4
-48
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ venv/
109109
ENV/
110110
env.bak/
111111
venv.bak/
112+
poetry.lock
112113

113114
# Spyder project settings
114115
.spyderproject

04_Feature_Detection/1. Tipos de Features.ipynb

Lines changed: 0 additions & 45 deletions
This file was deleted.
-128 KB
Binary file not shown.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
2-
name = "src"
2+
name = "sigmoidal"
33
version = "0.1.0"
44
description = ""
55
authors = ["Carlos Melo <carlos@sigmoidal.ai>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.10,<3.12.0"
9+
python = ">=3.11.3,<3.12.0"
1010
numpy = "^1.26.1"
1111
scikit-learn = "^1.3.2"
1212
supervision = "^0.16.0"
@@ -30,4 +30,4 @@ profile = "black"
3030
known_third_party = []
3131

3232
[tool.taskipy.tasks]
33-
format = "isort . && blue ."
33+
format = "isort . && blue ."

0 commit comments

Comments
 (0)