Skip to content

Commit

Permalink
Update xeus-zmq to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Nov 14, 2023
1 parent f3ef3f9 commit 896ffb9
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 @@ -58,7 +58,7 @@ OPTION(CMAKE_USE_WIN32_THREADS_INIT "using WIN32 threads" ON)
# ============

# Be sure to use recent versions
set(xeus-zmq_REQUIRED_VERSION 1.0.1)
set(xeus-zmq_REQUIRED_VERSION 1.1.1)

find_package(xeus-zmq ${xeus-zmq_REQUIRED_VERSION} REQUIRED)
find_package(xvega)
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- cppzmq
- nlohmann_json
- soci-core
- xeus-zmq=1.0.1
- xeus-zmq=1.1.1
- xproperty=0.11.0
- xtl
- xvega-bindings=0.0.10
Expand Down

0 comments on commit 896ffb9

Please sign in to comment.