Skip to content

Commit 25e242d

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 2a6c4f7 + 065e1fe commit 25e242d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ sphinx:
7373
- https://arrow.apache.org/docs/
7474
-
7575
numba:
76-
- https://numba.pydata.org/numba-doc/latest
76+
- https://numba.readthedocs.io/en/latest
7777
-

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# sharrow
22

3-
The sharrow package is an extension of [numba](https://numba.pydata.org/), and
3+
The sharrow package is an extension of [numba](https://numba.readthedocs.io/), and
44
offers access to data formatting and a just-in-time compiler specifically for
55
converting ActivitySim-style “specification” files into optimized, runnable
66
functions that “can approach the speeds of C or FORTRAN”. The idea is to pay the
77
cost of compiling these specification files only once, and then re-use the
88
optimized results many times.
99

1010
This system depends only on widely used free open-source libraries, including
11-
[numba](https://numba.pydata.org/) and [xarray](https://xarray.pydata.org/) and
11+
[numba](https://numba.readthedocs.io/) and [xarray](https://xarray.pydata.org/) and
1212
is tested to be compatible with Windows, Linux, and macOS. Most importantly,
1313
using sharrow is very user friendly and requires almost no knowledge of the
1414
underlying mechanisms that make it speedy. The first time a data flow is run on

envs/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ dependencies:
2828
- zarr
2929

3030
- pip:
31-
- larch6
31+
- larch>=6
3232
- -e ..

envs/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ dependencies:
2525
- h5py
2626
- zarr
2727
- pip:
28-
- larch6
28+
- larch>=6

0 commit comments

Comments
 (0)