Skip to content

Commit

Permalink
Update to nlohmann v3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Apr 10, 2024
1 parent 754de9b commit 9a91d05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ message(STATUS "XEUS_ZMQ_BUILD_TESTS: ${XEUS_ZMQ_BUILD_TESTS}")
# ============

set(xeus_REQUIRED_VERSION 3.2.0)
set(nlohmann_json_REQUIRED_VERSION 3.11.2)
set(nlohmann_json_REQUIRED_VERSION 3.11.3)
set(cppzmq_REQUIRED_VERSION 4.8.1)
set(zeromq_REQUIRED_VERSION 4.3.2)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ See the [documentation](http://xeus.readthedocs.io/) for an exhaustive list of t
We have packaged all these dependencies on conda-forge. The simplest way to install them is to run:
```bash
mamba install cmake pkg-config zeromq cppzmq OpenSSL nlohmann_json=3.11.2 xtl xeus -c conda-forge
mamba install cmake pkg-config zeromq cppzmq OpenSSL nlohmann_json=3.11.3 xtl xeus -c conda-forge
```

Once you have installed the dependencies, you can build and install `xeus-zmq`:
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- xeus>=3.2.0,<4.0
- OpenSSL=1
- libopenssl-static=1
- nlohmann_json=3.11.2
- nlohmann_json=3.11.3
- libuvw >=3.3.0
# Test dependencies
- doctest >= 2.4.6
Expand Down

0 comments on commit 9a91d05

Please sign in to comment.