Skip to content

Commit

Permalink
setup: bump dclab to 0.58.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 18, 2024
1 parent 63ad857 commit d30352e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,5 +1,6 @@
0.15.3
- fix: do not use unreliable tempfile.TemporaryDirectory
- setup: bump dclab to 0.58.3 (LazyContourList has max_events)
0.15.2
- fix: attempt to create temporary condense location if not exists
0.15.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
namespace_packages=['ckanext'],
install_requires=[
# the "ckan" dependency is implied
"dclab[http]>=0.57.7",
"dclab[http]>=0.58.3", # LazyContourList has max_events
"dcor_shared>=0.8.0",
],
include_package_data=True,
Expand Down

0 comments on commit d30352e

Please sign in to comment.