You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@ Check out our interactive [demo](https://aphp.github.io/edsnlp/demo/) !
34
34
You can install EDS-NLP via `pip`. We recommend pinning the library version in your projects, or use a strict package manager like [Poetry](https://python-poetry.org/).
35
35
36
36
```shell
37
-
pip install edsnlp==0.12.2
37
+
pip install edsnlp==0.12.3
38
38
```
39
39
40
40
or if you want to use the trainable components (using pytorch)
Copy file name to clipboardexpand all lines: docs/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ Check out our interactive [demo](https://aphp.github.io/edsnlp/demo/) !
15
15
You can install EDS-NLP via `pip`. We recommend pinning the library version in your projects, or use a strict package manager like [Poetry](https://python-poetry.org/).
16
16
17
17
```{: data-md-color-scheme="slate" }
18
-
pip install edsnlp==0.12.2
18
+
pip install edsnlp==0.12.3
19
19
```
20
20
21
21
or if you want to use the trainable components (using pytorch)
0 commit comments