We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a5c2a7 + 556e1c2 commit ad6b188Copy full SHA for ad6b188
ci/deps/azure-37-numpydev.yaml
@@ -14,7 +14,8 @@ dependencies:
14
- pytz
15
- pip
16
- pip:
17
- - cython>=0.29.16
+ - cython==0.29.16
18
+ # GH#33507 cython 3.0a1 is causing TypeErrors 2020-04-13
19
- "git+git://github.com/dateutil/dateutil.git"
20
- "-f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
21
- "--pre"
pandas/_libs/lib.pyx
@@ -1,9 +1,6 @@
1
from collections import abc
2
from decimal import Decimal
3
-from fractions import Fraction
4
-from numbers import Number
5
6
-import sys
7
import warnings
8
9
import cython
0 commit comments