Skip to content

Commit

Permalink
Merge pull request #23 from tuProlog/renovate/jpype1-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency jpype1 to v1.5.0
  • Loading branch information
MatteoMagnini authored Nov 14, 2024
2 parents 32cd10d + 588174f commit 76adbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
JPype1==1.3.0
JPype1==1.5.0
build>=0.6.0
twine>=3.4.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run(self):
packages=find_packages(), # Required
include_package_data=True,
python_requires='>=3.6, <4',
install_requires=['JPype1==1.3.0'], # Optional
install_requires=['JPype1==1.5.0'], # Optional
zip_safe = False,
platforms = "Independant",
project_urls={ # Optional
Expand Down

0 comments on commit 76adbad

Please sign in to comment.