Skip to content

Commit

Permalink
Merge pull request #2926 from neutrinoceros/bump_deps
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
Xarthisius authored Oct 7, 2020
2 parents 65af8de + 353de2c commit 8859747
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- repo: https://github.com/ambv/black
rev: 19.10b0
rev: 19.10b0 # keep in sync with tests/lint_requirements.txt
hooks:
- id: black
language_version: python3.7
Expand Down
10 changes: 5 additions & 5 deletions tests/lint_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
flake8==3.8.1 # keep in sync with .pre-commit-config.yaml
mccabe==0.6.1
pycodestyle==2.6.0
pyflakes==2.2.0
mccabe~=0.6.1
pycodestyle~=2.6.0
pyflakes~=2.2.0
isort==5.5.3 # keep in sync with .pre-commit-config.yaml
black==19.10b0
black==19.10b0 # keep in sync with .pre-commit-config.yaml
flake8-bugbear
flynt==0.52 # keep in sync with .pre-commit-config.yaml
flynt==0.52 # keep in sync with .pre-commit-config.yaml
19 changes: 9 additions & 10 deletions tests/test_minimal_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
ipython==1.0.0
matplotlib==1.5.3
sympy==1.2
nose==1.3.7
nose-timer==0.7.3
pytest~=5.2; python_version >= '3.0'
pytest~=4.6; python_version < '3.0'
ipython~=1.0.0
matplotlib~=1.5.3
sympy~=1.2
nose~=1.3.7
nose-timer~=0.7.3
pytest~=5.2
pyyaml>=4.2b1
coverage==4.5.1
codecov==2.0.15
unyt==2.7.2
coverage~=4.5.1
codecov~=2.0.15
unyt~=2.8.0
mock
45 changes: 22 additions & 23 deletions tests/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
astropy==3.2.3
codecov==2.0.15
coverage==4.5.4
fastcache==1.0.2
glueviz==0.13.3
h5py==2.10.0
ipython==7.6.1
astropy~=4.0.1
codecov~=2.0.15
coverage~=4.5.4
fastcache~=1.0.2
glueviz~=0.13.3
h5py~=2.10.0
ipython~=7.6.1
matplotlib~=3.3
mock
nose-timer==1.0.0
nose==1.3.7
pandas==0.25.3
nose-timer~=1.0.0
nose~=1.3.7
pandas~=1.1.2
pytest~=5.2
requests==2.20.0
scipy==1.3.2
sympy==1.5
pyqt5==5.11.3
pint==0.8.1
netCDF4==1.5.3
libconf==1.0.1
cartopy==0.17.0
pyaml==17.10.0
mpi4py==3.0.3
git+https://github.com/yt-project/unyt@e02254e3ecc11a84854a22109354fe3f47bd8985#egg=unyt
requests~=2.20.0
scipy~=1.3.2
sympy~=1.5
pyqt5~=5.11.3
netCDF4~=1.5.3
libconf~=1.0.1
cartopy~=0.18.0
pyaml~=17.10.0
mpi4py~=3.0.3
unyt~=2.8.0
pyyaml>=4.2b1
xarray==0.12.3
xarray~=0.16.1
firefly_api>=0.0.2
f90nml>=1.1.2
MiniballCpp>=0.2.1
pooch>=0.7.0
pykdtree==1.3.1
pykdtree~=1.3.1
nose-exclude
2 changes: 1 addition & 1 deletion tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ answer_tests:
- yt/frontends/chombo/tests/test_outputs.py:test_zp
- yt/frontends/chombo/tests/test_outputs.py:test_kho

local_enzo_006:
local_enzo_007: # PR 2926
- yt/frontends/enzo/tests/test_outputs.py:test_moving7
- yt/frontends/enzo/tests/test_outputs.py:test_galaxy0030
- yt/frontends/enzo/tests/test_outputs.py:test_toro1d
Expand Down

0 comments on commit 8859747

Please sign in to comment.