Skip to content

Commit 2fe4e02

Browse files
author
MarcoGorelli
committed
add ci/deps/actions-311-dev.txt
1 parent ca3e0c8 commit 2fe4e02

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/python-dev.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ jobs:
7575
python -m pip install --upgrade pip setuptools wheel
7676
python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
7777
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
8079
python -m pip list
8180
8281
# GH 47305: Parallel build can cause flaky ImportError from pandas/_libs/tslibs

ci/deps/actions-311-dev.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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]

0 commit comments

Comments
 (0)