Skip to content
Merged
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
1 change: 1 addition & 0 deletions ci/azure_template_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- script: |
python -m pip install --upgrade pip setuptools>=61 wheel
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
python -m pip install -r requirements-test.txt
displayName: 'Install dependencies'

Expand Down
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cython>=3.0.10
xarray>=0.16
mypy>=1.3
black[jupyter]~=25.1.0
pytest>=7.3.0,<8
pytest>=8.4.1,<9
isort>=5.12
ipython
matplotlib
Expand All @@ -17,6 +18,7 @@ pandas-stubs
pytest-xdist
pytest-cov
seaborn
setuptools_scm[toml]>=8.0.3,<9
sphinx
sphinx-immaterial
sphinxcontrib-spelling
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flake8
isort
colorama
matplotlib
pytest>=7.3.0,<8
pytest>=8.4.1,<9
pytest-xdist
pytest-cov
seaborn
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ pandas>=1.4.0
scipy>=1.8.0
statsmodels>=0.13.0
mypy_extensions>=0.4
Cython>=3.0.10
pyhdfe>=0.1
formulaic>=1.0.2
# versioning
setuptools_scm[toml]>=8.0.0,<9.0.0
Loading