mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
Block broken cmdstanpy versions in pyproject.toml (#2217)
This commit is contained in:
parent
f52fddfcf1
commit
f73a8d6331
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue