Skip to content
Snippets Groups Projects
Commit 24ee6b42 authored by Michi Hostettler's avatar Michi Hostettler :coffee:
Browse files

fix dependency specification (PEP 440)

parent d061a11f
No related branches found
No related tags found
No related merge requests found
Pipeline #5742142 passed
__version__ = "0.2.16"
__version__ = "0.2.17"
__cmmnbuild_deps__ = [
{"product": "log4j", "groupId": "log4j"},
......
"""
PJLSA -- A Python wrapping of Java LSA API
Copyright (c) CERN 2015-2021
Copyright (c) CERN 2015-2023
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
......
......@@ -8,7 +8,7 @@ import setuptools
REQUIREMENTS: dict = {
"core": [
"cmmnbuild-dep-manager~=2.9",
"jpype1>=1.2.1,<2.*",
"jpype1>=1.2.1,<2.0",
"numpy",
],
"test": ["pytest", ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment