Skip to content

Commit

Permalink
BLD: bump minimal requirement for pyparsing from 2.0.2 to 2.0.3 (olde…
Browse files Browse the repository at this point in the history
…st version with actual wheels)
  • Loading branch information
neutrinoceros committed Oct 20, 2022
1 parent 51f2b8d commit 333f59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install_requires =
numpy>=1.17.5
packaging>=20.9
pillow>=6.2.1 # transitive dependency via MPL (>=3.3)
pyparsing>=2.0.2 # transitive dependency via packaging and MPL
pyparsing>=2.0.3 # transitive dependency via packaging and MPL
tomli-w>=0.4.0
tqdm>=3.4.0
unyt>=2.9.2,<3.0 # see https://github.com/yt-project/yt/issues/4162
Expand Down Expand Up @@ -106,7 +106,7 @@ minimal =
more-itertools==8.4
numpy==1.17.5
pillow==6.2.1
pyparsing==2.0.2
pyparsing==2.0.3
tomli-w==0.4.0
unyt==2.9.2
tomli==1.2.3;python_version < '3.11'
Expand Down

0 comments on commit 333f59c

Please sign in to comment.