Skip to content

Commit 8cbbbd7

Browse files
authored
Fix RTD build error by adding libstdcxx-ng dependency (#1071)
* Fix RTD build error by adding libstdcxx-ng dependency * Pin icu < 78 to avoid CXXABI error
1 parent 835e187 commit 8cbbbd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ channels:
55
dependencies:
66
- python=3.12
77
- setuptools<82.0.0
8+
- libstdcxx-ng
9+
- icu<78
810
- sphinx
911
- pip
1012
- pip:

0 commit comments

Comments
 (0)