Skip to content

Commit

Permalink
Merge pull request #2705 from matthewturk/bump_unyt
Browse files Browse the repository at this point in the history
Bump unyt to 2.7.2
  • Loading branch information
Xarthisius committed Jun 30, 2020
2 parents cfdb582 + fd89bd9 commit 33009f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ install:
- "python --version"

# Install specified version of numpy and dependencies
- "conda install --yes -c conda-forge numpy scipy nose pytest setuptools ipython git
- "conda install --yes -c conda-forge numpy scipy nose pytest setuptools ipython git unyt
Cython sympy fastcache h5py matplotlib=3.1.3 mock pandas cartopy conda-build pooch pyyaml"
- "pip install git+https://github.com/yt-project/unyt@de443dff7671f1e68557306d77582cd117cc94f8#egg=unyt"
# install yt
- "pip install -e ."

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def run(self):
'sympy>=1.2',
'numpy>=1.10.4',
'IPython>=1.0',
'unyt>=2.2.2',
'unyt>=2.7.2',
],
extras_require = {
'hub': ["girder_client"],
Expand Down
2 changes: 1 addition & 1 deletion tests/test_minimal_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pytest~=4.6; python_version < '3.0'
pyyaml>=4.2b1
coverage==4.5.1
codecov==2.0.15
git+https://github.com/yt-project/unyt@de443dff7671f1e68557306d77582cd117cc94f8#egg=unyt
unyt==2.7.2
2 changes: 1 addition & 1 deletion tests/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libconf==1.0.1
cartopy==0.17.0
pyaml==17.10.0
mpi4py==3.0.3
git+https://github.com/yt-project/unyt@de443dff7671f1e68557306d77582cd117cc94f8#egg=unyt
unyt==2.7.2
pyyaml>=4.2b1
xarray==0.12.3
firefly_api>=0.0.2
Expand Down

0 comments on commit 33009f6

Please sign in to comment.