Skip to content

Commit

Permalink
add pytyped
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Jul 5, 2024
1 parent 7179904 commit dece003
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ readme = "README.md"
license = { file = "LICENSE" }
dynamic = ["version"]
maintainers = [{ name = "PyMC Labs", email = "[email protected]" }]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Operating System :: OS Independent",
"Typing :: Typed",
]

dependencies = [
"arviz>=0.13.0",
Expand Down

0 comments on commit dece003

Please sign in to comment.