diff --git a/docs/_config.yml b/docs/_config.yml index a8fc1b3..d87ef9e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -73,5 +73,5 @@ sphinx: - https://arrow.apache.org/docs/ - numba: - - https://numba.pydata.org/numba-doc/latest + - https://numba.readthedocs.io/en/latest - diff --git a/docs/index.md b/docs/index.md index 6250ce6..c87bdd6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # sharrow -The sharrow package is an extension of [numba](https://numba.pydata.org/), and +The sharrow package is an extension of [numba](https://numba.readthedocs.io/), and offers access to data formatting and a just-in-time compiler specifically for converting ActivitySim-style “specification” files into optimized, runnable functions that “can approach the speeds of C or FORTRAN”. The idea is to pay the @@ -8,7 +8,7 @@ cost of compiling these specification files only once, and then re-use the optimized results many times. This system depends only on widely used free open-source libraries, including -[numba](https://numba.pydata.org/) and [xarray](https://xarray.pydata.org/) and +[numba](https://numba.readthedocs.io/) and [xarray](https://xarray.pydata.org/) and is tested to be compatible with Windows, Linux, and macOS. Most importantly, using sharrow is very user friendly and requires almost no knowledge of the underlying mechanisms that make it speedy. The first time a data flow is run on diff --git a/envs/development.yml b/envs/development.yml index 2fde740..b3496ec 100644 --- a/envs/development.yml +++ b/envs/development.yml @@ -28,5 +28,5 @@ dependencies: - zarr - pip: - - larch6 + - larch>=6 - -e .. diff --git a/envs/testing.yml b/envs/testing.yml index 38d839c..4202294 100644 --- a/envs/testing.yml +++ b/envs/testing.yml @@ -25,4 +25,4 @@ dependencies: - h5py - zarr - pip: - - larch6 + - larch>=6