Skip to content

Commit e339998

Browse files
committed
Add references to when eval packages will be updated for 3.12
1 parent 01ed0e7 commit e339998

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements/eval-deps.pip

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ fishhook~=0.2
77
forbiddenfruit~=0.1
88
fuzzywuzzy~=0.18
99
lark~=1.1
10-
matplotlib~=3.7 ; python_version == '3.11'
10+
matplotlib~=3.7 ; python_version == '3.11' # https://github.com/matplotlib/matplotlib/pull/26582
1111
more-itertools~=10.1
1212
networkx~=3.1
1313
numpy~=1.25 ; python_version == '3.11'
1414
numpy==1.26.0b1 ; python_version == '3.12'
1515
pandas~=2.0 ; python_version == '3.11'
16-
pendulum~=2.1 ; python_version == '3.11'
16+
pendulum~=2.1 ; python_version == '3.11' # https://github.com/sdispater/pendulum/issues/696
1717
python-dateutil~=2.8
1818
pyyaml~=6.0
1919
scipy~=1.11
2020
sympy~=1.12
2121
toml~=0.10
2222
typing-extensions~=4.7
2323
tzdata~=2023.3
24-
yarl~=1.9 ; python_version == '3.11'
24+
yarl~=1.9 ; python_version == '3.11' # https://github.com/aio-libs/yarl/issues/894

0 commit comments

Comments
 (0)