We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e9a80 commit cc60e8bCopy full SHA for cc60e8b
1 file changed
requirements.txt
@@ -6,16 +6,7 @@ compress-pickle==2.1.0
6
# via pydantic-numpy
7
lz4==4.4.5
8
# via compress-pickle
9
-numpy==2.2.6 ; python_full_version < '3.11'
10
- # via
11
- # libeq
12
- # pandas
13
- # pydantic-numpy
14
-numpy==2.3.4 ; python_full_version >= '3.11'
15
16
17
18
+numpy>=2.2
19
pandas==2.3.3
20
# via libeq
21
pydantic==2.12.5
@@ -30,9 +21,9 @@ python-dateutil==2.9.0.post0
30
# via pandas
31
22
pytz==2025.2
32
23
33
-ruamel-yaml==0.18.16
24
+ruamel-yaml
34
25
35
-ruamel-yaml-clib==0.2.15 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
26
+ruamel-yaml-clib
36
27
# via ruamel-yaml
37
28
semver==3.0.4
38
29
0 commit comments