Skip to content

Commit

Permalink
Update jpype version to one that's less problematic on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed Oct 9, 2024
1 parent 1ebcdba commit dcfba47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='nagini',
version='1.1.0',
version='1.1.1',
author='Viper Team',
author_email='[email protected]',
license='MPL-2.0',
Expand All @@ -26,7 +26,7 @@
install_requires=[
'mypy==0.782',
'toposort==1.5',
'jpype1==1.0.1',
'jpype1==1.2.1',
'astunparse==1.6.2',
'pytest==4.3.0',
'pytest-xdist==1.27.0',
Expand Down

0 comments on commit dcfba47

Please sign in to comment.