WillianFuks / tfcausalimpact

Python Causal Impact Implementation Based on Google's R Package. Built using TensorFlow Probability.
Apache License 2.0
593 stars 70 forks source link

Add compatibility for Python 3.10 #65

Closed der-eismann closed 1 year ago

der-eismann commented 1 year ago

Hey, thanks for this cool project! Unfortunately I am unable to use it on Fedora 36 since it ships with Python 3.10 and pip is denying the installation. Would be great if you could add compatibility for Python 3.10 (or even 3.11)!

WillianFuks commented 1 year ago

Definitely! I'll run some tests to see the compatibility with 3.10/3.11 and update it soon.

Tnx!

WillianFuks commented 1 year ago

Hi @der-eismann ,

Just released a newer rc version, could you please confirm if it's working?

pip install tfcausalimpact==0.0.13rc0

Python 3.11 is still not supported by tensorflow so for now only 3.10 will be available.

Best,

WillianFuks commented 1 year ago

Hi @der-eismann ,

Just a quick check in, could you please confirm if the newer version works for you? In case it does I'll already release it.

Best,

Will

der-eismann commented 1 year ago

Sorry for the late reply! Works great for me, thanks for the quick action! :slightly_smiling_face: