Skip to content

Commit

Permalink
update version 0.2.1 for new release with pytorch >1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonamazzarino committed Apr 30, 2024
1 parent a47a36a commit 67f6310
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
25 changes: 7 additions & 18 deletions notebooks/example_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,9 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/clearbox/.cache/pypoetry/virtualenvs/nerpii-3q8PohXV-py3.11/lib/python3.11/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
" from .autonotebook import tqdm as notebook_tqdm\n",
"/home/clearbox/.cache/pypoetry/virtualenvs/nerpii-3q8PohXV-py3.11/lib/python3.11/site-packages/torch/cuda/__init__.py:497: UserWarning: Can't initialize NVML\n",
" warnings.warn(\"Can't initialize NVML\")\n"
]
}
],
"outputs": [],
"source": [
"import pandas as pd\n",
"\n",
Expand All @@ -41,7 +30,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -272,7 +261,7 @@
"9 kris@gmail.com http://www.kingchristopheraesq.com "
]
},
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -292,7 +281,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -309,7 +298,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -1562,7 +1551,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.0"
"version": "3.11.2"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nerpii"
version = "0.2.0"
version = "0.2.1"
description = "A python library to perform NER on structured data and generate PII with Faker"
authors = ["Clearbox AI <info@clearbox.ai>"]
license = "GPL"
Expand Down

0 comments on commit 67f6310

Please sign in to comment.