We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4799740 + 20beda5 commit 755322bCopy full SHA for 755322b
3 files changed
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup python
40
uses: actions/setup-python@v4
41
with:
42
- python-version: '3.x'
+ python-version: '3.10.x'
43
cache: 'pip'
44
45
- name: Install requirements
.gitignore
@@ -2,6 +2,8 @@
2
*.pyc
3
*.msh
4
.vscode/
5
+.pytest_cache/
6
+.idea/
7
tmpFolder/
8
venv/
9
gmshDoc/
requirements.txt
@@ -1,3 +1,3 @@
1
gmsh == 4.11
pytest >= 7.3
-numpy
+numpy >= 1.21.6, <1.28
0 commit comments