Skip to content

Commit

Permalink
rm __version__ uber#659
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Aug 25, 2023
1 parent b9eb51e commit 2c1b6f6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions examples/benchmark_simulation_studies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
}
],
"source": [
"import causalml\n",
"print(causalml.__version__)"
"import pkg_resources\n",
"pkg_resources.get_distribution('causalml').version"
]
},
{
Expand Down Expand Up @@ -374,7 +374,7 @@
"hash": "4acd3287ba5216ad775c02c376e708ed794f511501a155bfdfe52a215149642e"
},
"kernelspec": {
"display_name": "n_learner",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -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
}

0 comments on commit 2c1b6f6

Please sign in to comment.