Skip to content

Commit

Permalink
fix: added pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishKumar4 committed Aug 1, 2024
1 parent 5fe7765 commit 2615a05
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[build-system]
requires = ["setuptools>=61.0", 'flax>=0.8.4', 'optax>=0.2.2', 'jax>=0.4.28', 'orbax', 'clu']
build-backend = "setuptools.build_meta"

[project]
name = "flaxdiff"
version = "0.1.1"
authors = [
{ name="Ashish Kumar Singh", email="[email protected]" },
]
description = "A versatile and easy to understand Diffusion library"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/AshishKumar4/FlaxDiff"
Issues = "https://github.com/AshishKumar4/FlaxDiff/issues"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
'jax>=0.4.28',
'orbax',
'clu',
'mlcommons'
]

setup(
Expand Down

0 comments on commit 2615a05

Please sign in to comment.