Skip to content

Commit c88af4a

Browse files
committed
Update docs to use Signed from num_traits instead of pyo3_polars
1 parent f345d99 commit c88af4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/abs.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,12 @@ where
139139
}
140140
```
141141
Make sure to add
142+
```toml
143+
num-traits = "0.2.19"
144+
```
145+
as a dependency in `Cargo.toml` and
142146
```Rust
143-
use pyo3_polars::export::polars_core::export::num::Signed;
147+
use num_traits::Signed;
144148
```
145149
to the top of the `src/expression.rs` file.
146150

0 commit comments

Comments
 (0)