From 2c1b6f6255213626bbdc991abe485bf72a784669 Mon Sep 17 00:00:00 2001 From: Roland Stevenson Date: Fri, 25 Aug 2023 10:38:43 +0000 Subject: [PATCH] rm __version__ #659 --- examples/benchmark_simulation_studies.ipynb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/examples/benchmark_simulation_studies.ipynb b/examples/benchmark_simulation_studies.ipynb index 672843e6..991e8ae5 100644 --- a/examples/benchmark_simulation_studies.ipynb +++ b/examples/benchmark_simulation_studies.ipynb @@ -55,8 +55,8 @@ } ], "source": [ - "import causalml\n", - "print(causalml.__version__)" + "import pkg_resources\n", + "pkg_resources.get_distribution('causalml').version" ] }, { @@ -374,7 +374,7 @@ "hash": "4acd3287ba5216ad775c02c376e708ed794f511501a155bfdfe52a215149642e" }, "kernelspec": { - "display_name": "n_learner", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -388,10 +388,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.12" - }, - "orig_nbformat": 2 + "version": "3.8.17" + } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }