Skip to content

Commit 54d80ce

Browse files
committed
fix pre commit
1 parent 27e34bb commit 54d80ce

File tree

6 files changed

+7
-10
lines changed

6 files changed

+7
-10
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
- id: no-print-statements
4040
files: ^pymc3/
4141
- id: conda-env-sorter
42-
paths: ^conda-envs/environment-dev-py37\.yml$
42+
files: ^conda-envs/environment-dev-py.+\.yml$
4343
- repo: local
4444
hooks:
4545
- id: check-no-tests-are-ignored

conda-envs/environment-dev-py37.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
- libblas=*=*mkl
1414
- mkl-service
1515
- myst-nb
16-
- numpy=1.15
16+
- numpy>=1.15
1717
- numpydoc>=0.9
18-
- pandas=0.24
18+
- pandas>=0.24
1919
- pre-commit>=2.8.0
2020
- pydata-sphinx-theme
2121
- pytest-cov>=2.5

conda-envs/environment-dev-py38.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ dependencies:
1313
- libblas=*=*mkl
1414
- mkl-service
1515
- myst-nb
16-
- nbsphinx>=0.4
1716
- numpy>=1.15.0
1817
- numpydoc>=0.9
19-
- pandas
18+
- pandas>=0.24.0
2019
- pre-commit>=2.8.0
2120
- pydata-sphinx-theme
2221
- pytest-cov>=2.5

conda-envs/environment-dev-py39.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies:
1313
- libblas=*=*mkl
1414
- mkl-service
1515
- myst-nb
16-
- nbsphinx>=0.4
1716
- numpy>=1.15.0
1817
- numpydoc>=0.9
1918
- pandas>=0.24.0

conda-envs/windows-environment-dev-py38.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dependencies:
2424
# Extra stuff for dev, testing and docs build
2525
- ipython>=7.16
2626
- myst-nb
27-
- nbsphinx>=0.4
2827
- numpydoc>=0.9
2928
- pre-commit>=2.8.0
3029
- pydata-sphinx-theme

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ fastprogress>=0.2.0
99
h5py>=2.7
1010
ipython>=7.16
1111
myst-nb
12-
numpy==1.15
12+
numpy>=1.15.0
1313
numpydoc>=0.9
14-
pandas==0.24
14+
pandas>=0.24.0
1515
pre-commit>=2.8.0
1616
pydata-sphinx-theme
1717
pytest-cov>=2.5
@@ -23,5 +23,5 @@ sphinx-design
2323
sphinx-notfound-page
2424
sphinx-panels
2525
sphinx>=1.5
26-
typing-extensions
26+
typing-extensions>=3.7.4
2727
watermark

0 commit comments

Comments
 (0)