Skip to content

Commit fd8e438

Browse files
authored
Fix nutils version specs in requirements (#759)
* Fix nutils 7 to require 7.3 or later 7 * Allow newer nutils 9 to use newer minor releases
1 parent 1ecd191 commit fd8e438

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools # required by nutils
2-
nutils==7
2+
nutils~=7.3
33
numpy >1, <2
44
pyprecice~=3.0
55
setuptools
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools # required by nutils
2-
nutils==7
2+
nutils~=7.3
33
numpy >1, <2
44
pyprecice~=3.0
55
setuptools

channel-transport/transport-nutils/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools # required by nutils
2-
nutils==7
2+
nutils~=7.3
33
numpy >1, <2
44
# remeshing support will be released with preCICE version 3.2
55
pyprecice @ git+https://github.com/precice/python-bindings.git@develop
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
setuptools # required by nutils
2-
nutils==7
2+
nutils~=7.3
33
numpy >1, <2
44
pyprecice~=3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
setuptools # required by nutils
2-
nutils==7
2+
nutils~=7.3
33
numpy >1, <2
44
pyprecice~=3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
setuptools # required by nutils
2-
nutils==7
2+
nutils~=7.3
33
numpy >1, <2
44
pyprecice~=3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
setuptools # required by nutils
2-
nutils==7
2+
nutils~=7.3
33
numpy >1, <2
44
pyprecice~=3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
setuptools # required by nutils
2-
nutils==7
2+
nutils~=7.3
33
numpy >1, <2
44
pyprecice~=3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools # required by nutils
2-
nutils==9
2+
nutils~=9.0
33
numpy >1, <2
44
pyprecice~=3.0
55
matplotlib
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools # required by nutils
2-
nutils==9
2+
nutils~=9.0
33
numpy >1, <2
44
pyprecice~=3.0
55
matplotlib

0 commit comments

Comments
 (0)