Skip to content

Commit

Permalink
Bump webviz config version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kallekleiv authored Oct 2, 2019
1 parent 1226830 commit 89abcb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
entry_points={
"webviz_config_themes": ["equinor_theme = webviz_config_equinor:equinor_theme"]
},
install_requires=["webviz-config>=0.0.4"],
install_requires=[
'webviz-config>=0.0.23'
],
tests_require=tests_require,
extras_require={"tests": tests_require},
setup_requires=["setuptools_scm~=3.2"],
Expand Down

0 comments on commit 89abcb9

Please sign in to comment.