From 715647d865641c6ddd80e1a07da0b65b32cbdb15 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Mon, 26 Aug 2024 15:35:20 +0100 Subject: [PATCH] update docs --- README.md | 2 +- docs/usage/intro.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45c5fac9..7b256697 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This overview is based on the [documentation here](https://vector.readthedocs.io ```python import vector import numpy as np -import awkward as ak # at least version 1.2.0 +import awkward as ak # at least v2.0.0 (vector v1.4.* supports awkward v1 and v2 both) import numba as nb ``` diff --git a/docs/usage/intro.ipynb b/docs/usage/intro.ipynb index f86022cf..8d22682d 100644 --- a/docs/usage/intro.ipynb +++ b/docs/usage/intro.ipynb @@ -38,7 +38,7 @@ "\n", "import numbers\n", "\n", - "import awkward as ak # at least version 1.2.0rc5\n", + "import awkward as ak # at least v2.0.0 (vector v1.4.* supports awkward v1 and v2 both)\n", "import numba as nb\n", "import numpy as np\n", "import sympy\n",