Skip to content

Commit 20beda5

Browse files
Merge pull request #17 from OpenSEMBA/dependency-requirements-change
Minor | Restricted numpy versions
2 parents 6a7f2ca + f4c26b4 commit 20beda5

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup python
4040
uses: actions/setup-python@v4
4141
with:
42-
python-version: '3.x'
42+
python-version: '3.10.x'
4343
cache: 'pip'
4444

4545
- name: Install requirements

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*.pyc
33
*.msh
44
.vscode/
5+
.pytest_cache/
6+
.idea/
57
tmpFolder/
68
venv/
79
gmshDoc/

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
gmsh == 4.11
22
pytest >= 7.3
3-
numpy
3+
numpy >= 1.21.6, <1.28

0 commit comments

Comments
 (0)