This website requires JavaScript.
Explore
Help
Sign in
saymrwulf
/
prophet
Watch
1
Star
0
Fork
You've already forked prophet
0
mirror of
https://github.com/saymrwulf/prophet.git
synced
2026-05-16 21:00:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ad095ac690
prophet
/
python
/
pyproject.toml
3 lines
76 B
TOML
Raw
Normal View
History
Unescape
Escape
Add pyproject.toml to help dependency managers (#685) Some dependency managers are able to use the information provided by the `pyproject.toml` file. It helps to provide install/build-time dependencies information, which is currently the case with C/Cython-related packages.
2018-09-25 19:57:29 +00:00
[
build-system
]
Add versions to build dependencies
2018-09-25 20:06:28 +00:00
requires
=
[
"Cython>=0.22"
,
"numpy>=1.10.0"
,
"pystan>=2.14"
]
Reference in a new issue
Copy permalink