mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
7c43596512
As specified in the requirements.txt and setup.py. They are needed by plpy procedural language, which uses the python system installation and python modules that must be installed at system level with their c/c++ bindings. We have some experience with those: getting a working installation is easy, but getting it right is not obvious at all. These are the tested and packages versions, so for the moment I'm pinning to those.
21 lines
422 B
JSON
21 lines
422 B
JSON
{
|
|
"name": "crankshaft",
|
|
"current_version": {
|
|
"requires": {
|
|
"postgres": ">=9.5",
|
|
"postgis": ">=2.2",
|
|
"python": ">=2.7",
|
|
"joblib": "0.8.3",
|
|
"numpy": "1.6.1",
|
|
"scipy": "0.14.0",
|
|
"pysal": "1.14.3",
|
|
"scikit-learn": "0.14.1"
|
|
},
|
|
"works_with": {
|
|
}
|
|
},
|
|
|
|
"exceptional_versions": {
|
|
}
|
|
}
|