Skip to content

Commit

Permalink
use 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Mar 13, 2024
1 parent 69ae46f commit ef60248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ set(xeus-zmq_REQUIRED_VERSION 1.2.0)
set(xeus-lite_REQUIRED_VERSION 1.0.1)
set(pybind11_REQUIRED_VERSION 2.6.1)
set(pybind11_json_REQUIRED_VERSION 0.2.8)
set(pyjs_REQUIRED_VERSION 1.3.2)
set(pyjs_REQUIRED_VERSION 2.0.0)

if (NOT TARGET xtl)
find_package(xtl ${xtl_REQUIRED_VERSION} REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion environment-wasm-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:
- xeus-lite
- xeus
- xeus-python-shell>=0.5
- pyjs>=1.0.0
- pyjs>=2.0.0
- requests-wasm-polyfill>=0.3.0
- libpython

0 comments on commit ef60248

Please sign in to comment.