We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 289179b + b7851ad commit 3401a36Copy full SHA for 3401a36
CHANGELOG.md
@@ -81,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
* Moved `compas.numerical.scalafield_contours` to `compas.geometry.scalarfield_contours`.
82
* Moved `compas.numerical.matrices` to `compas.topology.matrices`.
83
* Moved `compas.numerical.linalg` to `compas.geometry.linalg`.
84
+* Changed `watchdog` dependency to be only required for platforms other than `emscripten`.
85
86
### Removed
87
requirements.txt
@@ -4,4 +4,4 @@ networkx >= 3.0
4
numpy >= 1.15.4
5
scipy >= 1.1
6
typing_extensions
7
-watchdog
+watchdog; sys_platform != 'emscripten'
0 commit comments