We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d491d4c + 12b2356 commit ab2ba7aCopy full SHA for ab2ba7a
.github/workflows/ci.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: Install package
50
run: |
51
python -m pip install --upgrade pip
52
+ pip install 'numpy<2.0.0' # due to lingering issues with other modules & numpy...
53
pip install .[dev]
54
55
- name: Lint with flake8
docs/sphinx/source/api/Contributors.md
@@ -3,7 +3,7 @@
3
# Modelspec contributors
4
5
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.
+This page is generated periodically, most recently on 2024-06-18.
7
8
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
9
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))
0 commit comments