Skip to content

Commit 3401a36

Browse files
authored
Merge pull request #1254 from compas-dev/conditional-watchdog
Change `watchdog` to be required on platforms other than `emscripten` to support pyodide
2 parents 289179b + b7851ad commit 3401a36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8181
* Moved `compas.numerical.scalafield_contours` to `compas.geometry.scalarfield_contours`.
8282
* Moved `compas.numerical.matrices` to `compas.topology.matrices`.
8383
* Moved `compas.numerical.linalg` to `compas.geometry.linalg`.
84+
* Changed `watchdog` dependency to be only required for platforms other than `emscripten`.
8485

8586
### Removed
8687

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ networkx >= 3.0
44
numpy >= 1.15.4
55
scipy >= 1.1
66
typing_extensions
7-
watchdog
7+
watchdog; sys_platform != 'emscripten'

0 commit comments

Comments
 (0)