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

docs: update dependency version in contributing readme #8776

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

kkunapuli
Copy link
Contributor

Description

Webui requires node 20.* to compile. The docs listed multiple version of python; updating it so be consistent.

Test Plan

Run make all with the specified dependency versions.

Checklist

  • Changes have been manually QA'd
  • User-facing API changes need the "User-facing API Change" label.
  • Release notes should be added as a separate file under docs/release-notes/.
    See Release Note for details.
  • Licenses should be included for new code which was copied and/or modified from any external code.

@cla-bot cla-bot bot added the cla-signed label Jan 30, 2024
Copy link

netlify bot commented Jan 30, 2024

Deploy Preview for determined-ui canceled.

Name Link
🔨 Latest commit cc1581d
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/65b94e22bb203b00096afd51

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (994527f) 47.44% compared to head (cc1581d) 47.44%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8776      +/-   ##
==========================================
- Coverage   47.44%   47.44%   -0.01%     
==========================================
  Files        1046     1046              
  Lines      166888   166888              
  Branches     2239     2239              
==========================================
- Hits        79186    79184       -2     
- Misses      87544    87546       +2     
  Partials      158      158              
Flag Coverage Δ
backend 41.84% <ø> (-0.01%) ⬇️
harness 64.36% <ø> (ø)
web 42.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@@ -118,7 +118,7 @@ source $HOME/.profile
cd determined
python3 -m venv $HOME/.virtualenvs/determined
. $HOME/.virtualenvs/determined/bin/activate
$HOME/.virtualenvs/determined/bin/python3.7 -m pip install --upgrade pip
$HOME/.virtualenvs/determined/bin/python3.9 -m pip install --upgrade pip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is 3.9 our current min?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's 3.7 (as listed). The previous instructions have users installing python 3.9 ... whichever version is used I think it should be consistent.

@hamidzr
Copy link
Contributor

hamidzr commented Jan 30, 2024

thanks for fixing these! 🚀

@kkunapuli kkunapuli merged commit 141afa4 into main Jan 30, 2024
80 of 91 checks passed
@kkunapuli kkunapuli deleted the kunapuli/update-dependency-versions-contributing branch January 30, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants