File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 75
75
python -m pip install --upgrade pip setuptools wheel
76
76
python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
77
77
python -m pip install git+https://github.com/nedbat/coveragepy.git
78
- python -m pip install versioneer[toml]
79
- python -m pip install python-dateutil pytz cython hypothesis==6.52.1 pytest>=6.2.5 pytest-xdist pytest-cov pytest-asyncio>=0.17
78
+ python -m pip install -r ci/deps/actions-311-dev.txt pytest-cov pytest-xdist
80
79
python -m pip list
81
80
82
81
# GH 47305: Parallel build can cause flaky ImportError from pandas/_libs/tslibs
Original file line number Diff line number Diff line change
1
+ cython
2
+ hypothesis==6.52.1
3
+ numpy
4
+ pytest>=6.2.5
5
+ pytest-asyncio>=0.17
6
+ python-dateutil
7
+ pytz
8
+ versioneer[toml]
You can’t perform that action at this time.
0 commit comments