You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

pystan

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pystan - pypi Package Compare versions

Comparing version
3.9.1
to
3.10.0
+4
-5
PKG-INFO
Metadata-Version: 2.1
Name: pystan
Version: 3.9.1
Version: 3.10.0
Summary: Python interface to Stan, a package for Bayesian inference

@@ -9,3 +9,3 @@ Home-page: https://mc-stan.org

Author-email: riddella@indiana.edu
Requires-Python: >=3.9,<4.0
Requires-Python: >=3.10,<4.0
Classifier: Intended Audience :: Science/Research

@@ -15,3 +15,2 @@ Classifier: License :: OSI Approved

Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10

@@ -22,4 +21,4 @@ Classifier: Programming Language :: Python :: 3.11

Requires-Dist: clikit (>=0.6,<0.7)
Requires-Dist: httpstan (>=4.12,<4.13)
Requires-Dist: numpy (>=1.19,<2.0)
Requires-Dist: httpstan (>=4.13,<4.14)
Requires-Dist: numpy (>=1.19)
Requires-Dist: pysimdjson (>=5.0.2,<7)

@@ -26,0 +25,0 @@ Requires-Dist: setuptools

[tool.poetry]
name = "pystan"
version = "3.9.1"
version = "3.10.0"
description = "Python interface to Stan, a package for Bayesian inference"

@@ -25,7 +25,7 @@ authors = [

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
aiohttp = "^3.6"
httpstan = "~4.12"
httpstan = "~4.13"
pysimdjson = ">=5.0.2,<7"
numpy = "^1.19"
numpy = ">=1.19"
clikit = "^0.6"

@@ -32,0 +32,0 @@ setuptools = "*"