File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
source/specifications/pylock-toml Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
lock-version = ' 1.0'
2
2
environments = [" sys_platform == 'win32'" , " sys_platform == 'linux'" ]
3
- requires-python = ' ==3.12'
3
+ requires-python = ' == 3.12'
4
4
created-by = ' mousebender'
5
5
6
6
[[packages ]]
7
7
name = ' attrs'
8
8
version = ' 25.1.0'
9
- requires-python = ' >=3.8'
9
+ requires-python = ' >= 3.8'
10
10
11
11
[[packages .wheels ]]
12
12
name = ' attrs-25.1.0-py3-none-any.whl'
@@ -24,7 +24,7 @@ requires-python = '>=3.8'
24
24
[[packages ]]
25
25
name = ' cattrs'
26
26
version = ' 24.1.2'
27
- requires-python = ' >=3.8'
27
+ requires-python = ' >= 3.8'
28
28
dependencies = [
29
29
{name = ' attrs' },
30
30
]
@@ -39,7 +39,7 @@ dependencies = [
39
39
[[packages ]]
40
40
name = ' numpy'
41
41
version = ' 2.2.3'
42
- requires-python = ' >=3.10'
42
+ requires-python = ' >= 3.10'
43
43
44
44
[[packages .wheels ]]
45
45
name = ' numpy-2.2.3-cp312-cp312-win_amd64.whl'
You can’t perform that action at this time.
0 commit comments