Skip to content

Commit

Permalink
Fix get_version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Nov 14, 2024
1 parent db8d757 commit 4c1b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pyproject_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

logging.basicConfig(level=logging.INFO, format='%(message)s')
PACKAGE_VERSION = 'X.X.X'
CORE_VERSION = '>=43,<44'
CORE_VERSION = '>=41.5.0,<41.5.3'
NUMPY_VERSION = '>=1.24.3,<2'


Expand Down

0 comments on commit 4c1b6fd

Please sign in to comment.