Skip to content

Commit ad6b188

Browse files
2 parents 2a5c2a7 + 556e1c2 commit ad6b188

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ci/deps/azure-37-numpydev.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ dependencies:
1414
- pytz
1515
- pip
1616
- pip:
17-
- cython>=0.29.16
17+
- cython==0.29.16
18+
# GH#33507 cython 3.0a1 is causing TypeErrors 2020-04-13
1819
- "git+git://github.com/dateutil/dateutil.git"
1920
- "-f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
2021
- "--pre"

pandas/_libs/lib.pyx

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
from collections import abc
22
from decimal import Decimal
3-
from fractions import Fraction
4-
from numbers import Number
53

6-
import sys
74
import warnings
85

96
import cython

0 commit comments

Comments
 (0)