Skip to content

Commit

Permalink
Pin numpy version to deal with numpy/numpy#16744
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Eberly committed Nov 29, 2020
1 parent 364b0e3 commit cc45e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -29,11 +29,11 @@ classifiers =
[options]
packages = find:
include_package_data = True
python_requires = >=3.6
python_requires = >=3.6,<3.9
install_requires =
pyglet>=1.5.8,<2
pillow ~= 8.0
numpy ~= 1.19
numpy == 1.19.2
pymunk ~= 5.7
pyyaml ~= 5.3
shapely ~= 1.7
Expand Down

0 comments on commit cc45e96

Please sign in to comment.