Urban-Analytics-Technology-Platform / acbm

activity-based modelling pipeline (for transport demand models)
https://hackmd.io/w-m_OKaDT3GGBfSqFPpBjA
Apache License 2.0
4 stars 1 forks source link

Constrain python version #22

Closed sgreenbury closed 5 months ago

sgreenbury commented 5 months ago

Currently package install fails with python 3.12. Add constraint of python >=3.10,<3.12.

sgreenbury commented 5 months ago

The dependency causing the issue is pyarrow=^13.0. Following updating uatk-spc to pyarrow=^15.0, this should no be an issue for installing python=3.12.

sgreenbury commented 5 months ago

Closing since #21 merged with pyarrow==15.0.2 included in poetry.lock and CI passing.