Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
python -m pip install git+https://github.com/nedbat/coveragepy.git
python -m pip install versioneer[toml]
python -m pip install python-dateutil pytz cython hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17
python -m pip install -r ci/deps/requirements-minimal.txt pytest-cov
python -m pip list

# GH 47305: Parallel build can cause flaky ImportError from pandas/_libs/tslibs
Expand Down
9 changes: 9 additions & 0 deletions ci/deps/requirements-minimal.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cython
hypothesis>=6.34.2
numpy
pytest>=7.0.0
pytest-asyncio>=0.17
pytest-xdist>=2.2.0
python-dateutil
pytz
versioneer[toml]