stan-dev / httpstan

HTTP interface to Stan, a package for Bayesian inference.
ISC License
39 stars 15 forks source link

fix: Drop support for Python 3.7 and NumPy 1.18, per NEP 29 #589

Closed riddell-stan closed 2 years ago

riddell-stan commented 2 years ago

Following NumPy's NEP 29, https://numpy.org/neps/nep-0029-deprecation_policy.html

Closes #576

riddell-stan commented 2 years ago

Trivial. Merging without review.

The tests are failing due to a version pinning issue which will be fixed shortly.