Skip to content

Commit

Permalink
build: Conan dependencies updated to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Jan 8, 2024
1 parent 5293589 commit 2c0ebd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
- docs: "Text Output" chapter updated
- docs: mkdocs social plugin enabled
- docs: project logo and custom color scheme added
- build: gsl-lite updated to 0.41.0
- build: catch2 updated to 3.5.1
- build: fmt updated to 10.2.1

### 2.1.0 <small>December 9, 2023</small> { id="2.1.0" }

Expand Down
6 changes: 3 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ def set_version(self):
self.version = version.strip()

def requirements(self):
self.requires("gsl-lite/0.40.0")
self.requires("gsl-lite/0.41.0")
if self._use_libfmt:
self.requires("fmt/10.1.1")
self.requires("fmt/10.2.1")

def build_requirements(self):
if self._build_all:
self.test_requires("catch2/3.3.2")
self.test_requires("catch2/3.5.1")
if not self._skip_la:
self.test_requires("wg21-linear_algebra/0.7.3")

Expand Down

0 comments on commit 2c0ebd3

Please sign in to comment.