Skip to content

Commit

Permalink
Merge pull request #995 from rzellem/dependabot/pip/develop/cython-ap…
Browse files Browse the repository at this point in the history
…prox-eq-0.29.30

Update cython requirement from ~=0.29.26 to ~=0.29.30
  • Loading branch information
jpl-jengelke authored May 27, 2022
2 parents 1b3db10 + e4ee288 commit c19cb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base packages -- do not add/modify packages here without compelling reason
setuptools
wheel
cython~=0.29.26 ; platform_system != 'Windows' # also change version in run scripts
cython~=0.29.30 ; platform_system != 'Windows' # also change version in run scripts
importlib-metadata>=3.6 ; python_version<='3.7'

0 comments on commit c19cb45

Please sign in to comment.