Skip to content

Commit

Permalink
Merge pull request #3550 from Xarthisius/restrict_sympy
Browse files Browse the repository at this point in the history
Restrict sympy to 1.8
  • Loading branch information
matthewturk committed Oct 11, 2021
2 parents 5a81441 + bb251cb commit b14a1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install_requires =
packaging>=20.9
pyyaml>=4.2b1
setuptools>=19.6
sympy>=1.2
sympy>=1.2,<1.9
toml>=0.10.2
tqdm>=3.4.0
unyt>=2.8.0
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ answer_tests:
local_cylindrical_background_010: # PR 3520
- yt/geometry/coordinates/tests/test_cylindrical_coordinates.py:test_noise_plots

local_spherical_background_001: # PR 3533
local_spherical_background_002: # PR 3533 + 3520
- yt/geometry/coordinates/tests/test_spherical_coordinates.py:test_noise_plots

#local_particle_trajectory_001:
Expand Down

0 comments on commit b14a1cb

Please sign in to comment.