Skip to content

Commit

Permalink
Merge pull request #1252 from sys-bio/update-numpy
Browse files Browse the repository at this point in the history
Update numpy
  • Loading branch information
luciansmith authored Jan 30, 2025
2 parents e67599e + 06c1606 commit b28b42e
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 @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.16)
# Version information and include modules

set(ROADRUNNER_VERSION_MAJOR 2)
set(ROADRUNNER_VERSION_MINOR 7)
set(ROADRUNNER_VERSION_MINOR 8)
set(ROADRUNNER_VERSION_PATCH 0)

set(ROADRUNNER_VERSION "${ROADRUNNER_VERSION_MAJOR}.${ROADRUNNER_VERSION_MINOR}.${ROADRUNNER_VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy~=2.1
numpy~=2.2

0 comments on commit b28b42e

Please sign in to comment.