Skip to content

Commit

Permalink
Updated python version and dependencies (#177)
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri authored Dec 27, 2024
1 parent 9b2e1b5 commit 78b83aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 188 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[build-system]
requires = ["setuptools>=45", "setuptools-scm[toml]>=7.1", "wheel"]
requires = ["setuptools>=75.6.0", "setuptools-scm[toml]>=8.1.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "mlinfra"
description = "A tool to deploy mlops tooling at the click of a button."
dynamic = ["version"]
keywords = ["mlinfra"]
requires-python = ">=3.9"
requires-python = ">=3.11"
readme = "README.md"
license = { file = "LICENSE" }
authors = [{ name = "Ali Abbas Jaffri", email = "[email protected]" }]
Expand Down
Loading

0 comments on commit 78b83aa

Please sign in to comment.