Block broken cmdstanpy versions in pyproject.toml (#2217)

This commit is contained in:
Brian Ward 2022-07-02 03:12:15 -04:00 committed by GitHub
parent f52fddfcf1
commit f73a8d6331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -2,6 +2,6 @@
requires = [
"setuptools>=42",
"wheel",
"cmdstanpy>=1.0.1",
"cmdstanpy>=1.0.1, !=1.0.2, !=1.0.3",
]
build-backend = "setuptools.build_meta"

View file

@ -1,11 +1,11 @@
Cython>=0.22
cmdstanpy>=1.0.1
cmdstanpy>=1.0.1,!=1.0.2,!=1.0.3
numpy>=1.15.4
pandas>=1.0.4
matplotlib>=2.0.0
LunarCalendar>=0.0.9
convertdate>=2.1.2
holidays>=0.13
holidays>=0.14.2
setuptools>=42
setuptools-git>=1.2
python-dateutil>=2.8.0