Skip to content

Commit

Permalink
remove __version__, uber#659
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Aug 25, 2023
1 parent d46322c commit 90ab931
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions examples/uplift_trees_with_synthetic_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@
"start_time": "2021-11-29T22:50:01.628054Z"
}
},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Using `tqdm.autonotebook.tqdm` in notebook mode. Use `tqdm.tqdm` instead to force console mode (e.g. in jupyter console)\n"
]
}
],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
Expand All @@ -55,7 +63,7 @@
{
"data": {
"text/plain": [
"'0.11.1'"
"'0.14.0'"
]
},
"execution_count": 2,
Expand All @@ -64,8 +72,8 @@
}
],
"source": [
"import causalml\n",
"causalml.__version__"
"import pkg_resources\n",
"pkg_resources.get_distribution('causalml').version"
]
},
{
Expand Down Expand Up @@ -1004,9 +1012,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8 (CausalML)",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "causalml"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -1018,7 +1026,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.17"
},
"toc": {
"base_numbering": 1,
Expand All @@ -1035,5 +1043,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 90ab931

Please sign in to comment.