We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fab0e3 commit 4042037Copy full SHA for 4042037
1 file changed
requirements/eval-deps.pip
@@ -8,17 +8,17 @@ forbiddenfruit~=0.1
8
fuzzywuzzy~=0.18
9
kaleido~=0.2
10
lark~=1.2
11
-matplotlib~=3.10 ; python_version != '3.13'
+matplotlib~=3.10; python_version == '3.12'
12
more-itertools~=10.5
13
networkx~=3.4
14
numpy~=2.2
15
pandas~=2.2
16
-pendulum~=3.0 ; python_version == '3.12'
+pendulum~=3.0; python_version == '3.12'
17
plotly~=5.24
18
-pyarrow~=18.1 ; python_version == '3.12'
+pyarrow~=18.1
19
python-dateutil~=2.9
20
pyyaml~=6.0
21
-scipy~=1.14 ; python_version == '3.12'
+scipy~=1.14; python_version == '3.12'
22
sympy~=1.13
23
typing-extensions~=4.12
24
tzdata~=2024.2
0 commit comments