Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lift bokeh dependency constraint and add test files for newer bokeh version #122

Merged
merged 8 commits into from
Mar 3, 2022

Conversation

janssenhenning
Copy link
Contributor

@janssenhenning janssenhenning commented Mar 3, 2022

See #120 and #121

Previously the bokeh version was fixed to <=1.4.0. This was due to newer required tornado version (especially >5) which clashed with the version required for aiida-core from it's dependency circus

However since aiida-core 1.6.0 this library was updated and no longer requires tornado<5 (Probably even earlier since there was no major version bump so the newer version can probably be used with even earlier versions of aiida-core), meaning we can lift this constraint.

Since this is an optional dependency I think this should be fine to introduce without moving to a new major version

@codecov
Copy link

codecov bot commented Mar 3, 2022

Codecov Report

Merging #122 (9497afe) into develop (422cd9d) will decrease coverage by 0.00%.
The diff coverage is 50.00%.

@@             Coverage Diff             @@
##           develop     #122      +/-   ##
===========================================
- Coverage    82.26%   82.25%   -0.01%     
===========================================
  Files          131      131              
  Lines        23794    23798       +4     
===========================================
+ Hits         19574    19576       +2     
- Misses        4220     4222       +2     

@janssenhenning janssenhenning merged commit 8d80fe7 into develop Mar 3, 2022
@janssenhenning janssenhenning deleted the bokeh-update branch March 3, 2022 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant