Skip to content

Commit

Permalink
build: Move to decoder 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Apr 11, 2024
1 parent b2f362f commit ccfe2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pyroma == 4.2
setuptools == 69.2.0
pre-commit == 3.7.0
PyYAML == 6.0.1
im-data-manager-job-decoder == 1.17.2
im-data-manager-job-decoder == 2.0.0

# In order to run 'python setup.py bdist_wheel'...
wheel == 0.43.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_long_description():
# This is different to the requirements.txt file
install_requires=[
'PyYAML>=6.0.1,<7.0',
'im-data-manager-job-decoder>=1.17.2,<2.0.0',
'im-data-manager-job-decoder>=2.0.0,<3.0.0',
],
# Supported Python versions
python_requires='>=3, <4',
Expand Down

0 comments on commit ccfe2b8

Please sign in to comment.