Skip to content

Commit

Permalink
Bump patch version and update project file (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein authored Dec 20, 2024
1 parent c680294 commit 46e864f
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
[tool.poetry]
name = "jpviz"
version = "0.1.6"
version = "0.1.7"
description = "Jaxpr Visualisation Tool"
authors = ["zombie-einstein"]
authors = [
"Zombie-Einstein <zombie-einstein@proton.me>"
]
readme = "README.md"
license = "MIT"
packages = [{include = "jpviz"}]
homepage = ""
homepage = "https://github.com/zombie-einstein/jaxpr-viz"
repository = "https://github.com/zombie-einstein/jaxpr-viz"
keywords = ["JAX", "Computation Graph"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
]

[tool.poetry.dependencies]
python = "^3.9,<3.13"
python = "^3.10,<3.13"
jax = "^0.4.14"
pydot = "^1.4.2"
scipy = "^1.10.0"
Expand Down

0 comments on commit 46e864f

Please sign in to comment.