Skip to content

Commit d3c4713

Browse files
authored
Merge pull request #468 from thewtex/version-deps
Version deps
2 parents 3d4dbfb + cdc1992 commit d3c4713

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
max-parallel: 4
1111
matrix:
1212
os: [ubuntu-latest, macos-latest]
13-
python-version: ['3.7', '3.8', '3.9', '3.10']
13+
python-version: ['3.7', '3.8', '3.9']
1414

1515
steps:
1616
- uses: actions/checkout@v2

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
colorcet
2-
itk-core>=5.3rc04
3-
itk-filtering>=5.3rc04
4-
itk-meshtopolydata>=0.8.2
2+
itk-core>=5.2.0.post2,<5.3
3+
itk-filtering>=5.2.0.post2,<5.3
4+
itk-numerics>=5.2.0.post2,<5.3
5+
itk-meshtopolydata==0.8.1
56
ipydatawidgets>=4.0.1
67
ipywidgets>=7.5.1
78
ipympl>=0.4.1

0 commit comments

Comments
 (0)