Skip to content

Commit

Permalink
chore: seperate dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taharallouche committed Oct 26, 2024
1 parent 9baccc8 commit b051a8e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
23 changes: 10 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@
name = "hakeem"
version = "0.1.0"
requires-python = ">= 3.12"
authors = "Tahar Allouche"
description = "Minimalistic collective data labeling tools"
readme = "README.md"
dependencies = [
"matplotlib>=3.9.2",
"mypy>=1.13.0",
"pandas>=2.2.3",
"pytest>=8.3.3",
"ruff>=0.7.1",
"scikit-learn>=1.5.2",
"tqdm>=4.66.5",
]


[tool.poetry]
name = 'hakeem'
version = '0.0.1'
version = '0.1.0'
description = "Minimalistic collective data labeling tools"
authors = [
"Tahar Allouche <tahar.allouche.pro@gmail.com>",
Expand All @@ -27,21 +22,23 @@ packages = [
{ include = "hakeem" },
]

[tool.poetry.dependencies]
python = '^3.12'

[build-system]
requires = ['poetry-core~=1.0']
build-backend = 'poetry.core.masonry.api'


[tool.uv]
package = true
dev-dependencies = [
"mypy>=1.13.0",
"pytest>=8.3.3",
"ruff>=0.7.1",
]

[tool.pytest.ini_options]
markers = [
"ut: unit-test",
"e2e: end-to-end",
]



[tool.uv]
package = true

20 changes: 14 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b051a8e

Please sign in to comment.