Skip to content

CI: add minimal requirements file #50339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from
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]