Skip to content

Commit ab2ba7a

Browse files
authored
Merge pull request #76 from ModECI/experimental
Ensure numpy<2.0 in actions
2 parents d491d4c + 12b2356 commit ab2ba7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Install package
5050
run: |
5151
python -m pip install --upgrade pip
52+
pip install 'numpy<2.0.0' # due to lingering issues with other modules & numpy...
5253
pip install .[dev]
5354
5455
- name: Lint with flake8

docs/sphinx/source/api/Contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Modelspec contributors
44

55
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
6-
This page is generated periodically, most recently on 2024-05-01.
6+
This page is generated periodically, most recently on 2024-06-18.
77

88
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
99
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))

0 commit comments

Comments
 (0)