Skip to content

Commit

Permalink
Updated dependencies for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed Oct 23, 2024
1 parent 5d406a3 commit d0f9397
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
'distribute',
],
install_requires=[
'mypy==0.782',
'mypy==0.900',
'typed-ast==1.5.4',
'toposort==1.5',
'jpype1==1.4.0',
'jpype1==1.4.1',
'astunparse==1.6.2',
'pytest==7.0.0',
'z3-solver==4.8.7.0'
Expand Down

0 comments on commit d0f9397

Please sign in to comment.