Skip to content

Commit 26a6e68

Browse files
committed
specify python version in dependencies.txt
1 parent c7a6098 commit 26a6e68

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

dependencies.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ map2model
88
loopprojectfile==0.2.2
99
beartype
1010
pytest
11-
scikit-learn
11+
scikit-learn
12+
python=3.10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = 'map2loop'
66
description = 'Generate 3D model data from 2D maps.'
77
authors = [{name = 'Loop team'}]
88
readme = 'README.md'
9-
requires-python = '>=3.8,<3.13'
9+
requires-python = '>=3.8'
1010
keywords = [ "earth sciences",
1111
"geology",
1212
"3-D modelling",

0 commit comments

Comments
 (0)