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

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-brazhenko authored Mar 9, 2024
1 parent b7c3c46 commit c9956c9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
dynamic = ["dependencies"]
name = "variatio"
version = "0.0.3"
dependencies = [
"scikit-learn>=1.2.0",
"catboost>=1.2.3",
"pandas>=1.4.0",
"scipy>=1.10.0",
]
version = "0.0.4"

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

requires-python = ">=3.8"
authors = [
{ name = "Dmitry Brazhenko", email = "[email protected]" },
Expand All @@ -27,4 +26,4 @@ keywords = []
[project.urls]
Homepage = "https://github.com/dmitry-brazhenko/variatio"
Documentation = "https://github.com/dmitry-brazhenko/Variatio/blob/main/README.md"
Repository = "https://github.com/dmitry-brazhenko/variatio"
Repository = "https://github.com/dmitry-brazhenko/variatio"

0 comments on commit c9956c9

Please sign in to comment.