Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-Galstyan committed May 17, 2024
1 parent 57f8a77 commit 0317f79
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,14 @@
[project]
name = "jaxonloader"
version = "0.4.0"
version = "0.9.0"
description = "A dataloader, but for JAX/Numpy"
readme = "README.md"
requires-python ="~=3.10"
license = {file = "LICENSE"}
authors = [
{name = "Artur A. Galstyan", email = "[email protected]"},
]
dependencies=[
"jaxtyping",
"progressbar2",
"polars",
"beartype",
"typing_extensions",
"loguru",
"pyarrow",
"boto3",
"boto3-stubs",
"jax",
"jaxlib"
]
requires-python = "~=3.10"
license = { file = "LICENSE" }
authors = [{ name = "Artur A. Galstyan", email = "[email protected]" }]
dependencies = ["jaxtyping", "beartype", "typing_extensions", "jax", "jaxlib"]
[project.optional-dependencies]
dev = [
"nox",
"pre-commit",
"pytest",
"mkdocs",
]

dev = ["nox", "pre-commit", "pytest", "mkdocs"]


[tool.ruff]
Expand Down

0 comments on commit 0317f79

Please sign in to comment.