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 95b4b17 commit db4ee29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/validation_with_tmle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"from causalml.metrics.visualize import *\n",
"from causalml.propensity import calibrate\n",
"\n",
"print(causalml.__version__)"
"import pkg_resources\n",
"pkg_resources.get_distribution('causalml').version"
]
},
{
Expand Down Expand Up @@ -1300,7 +1301,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1314,7 +1315,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.9"
"version": "3.8.17"
},
"pycharm": {
"stem_cell": {
Expand Down

0 comments on commit db4ee29

Please sign in to comment.