Skip to content

Commit

Permalink
fix: dmod.communication version regression
Browse files Browse the repository at this point in the history
scheduler service was depending on dmod.communication version that does
not exist (yet). introduced in 3cbe5a1.
  • Loading branch information
aaraney authored and robertbartel committed Jul 5, 2024
1 parent 987042c commit 400ad48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/services/schedulerservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
author_email='',
url='',
license='',
install_requires=['dmod-core>=0.17.0', 'dmod-communication>=0.20.1', 'dmod-scheduler>=0.13.0'],
install_requires=['dmod-core>=0.17.0', 'dmod-communication>=0.20.0', 'dmod-scheduler>=0.13.0'],
packages=find_namespace_packages(exclude=['dmod.test', 'deprecated', 'conf', 'schemas', 'ssl', 'src'])
)

0 comments on commit 400ad48

Please sign in to comment.