atsds 0.0.1-alpha33 → 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -279,7 +279,7 @@ See header files in `include/ds/` for detailed API documentation.
|
|
|
279
279
|
### Prerequisites
|
|
280
280
|
|
|
281
281
|
- C++20 compatible compiler
|
|
282
|
-
- CMake 3.
|
|
282
|
+
- CMake 3.30+
|
|
283
283
|
- For TypeScript: Emscripten SDK
|
|
284
284
|
- For Python: Python 3.10-3.14, scikit-build-core, pybind11
|
|
285
285
|
|
package/package.json
CHANGED