-
Notifications
You must be signed in to change notification settings - Fork 596
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
[DO NOT MERGE] #9045
base: master
Are you sure you want to change the base?
[DO NOT MERGE] #9045
Conversation
scripts/gatkcondaenv.yml.template
Outdated
- conda-forge::scikit-learn=1.3.2 | ||
- conda-forge::matplotlib=3.8.2 | ||
- conda-forge::pandas=2.1.3 | ||
- conda-forge::tqdm=4.66.1 | ||
- conda-forge::dill=0.3.7 # used for pickling lambdas in TrainVariantAnnotationsModel | ||
- conda-forge::biopython=1.84 # used by NVScoreVariants | ||
- conda-forge::setuptools>=57.0.0 | ||
- conda-forge::psutil>=5.9.2 | ||
- conda-forge::protobuf<3.20,>=3.9.2 # Protobuf constraint for TensorFlow compatibility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't we get rid of tensorflow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea. Its in the dependencies for the other project:
# Protobuf 4.0 is incompatible with TF. Force < 3.20 until they unblock upgrade.
# See: http://b/182876485
# See: https://github.com/protocolbuffers/protobuf/issues/9954#issuecomment-1128283911
# See: https://cs.opensource.google/tensorflow/tensorflow/+/master:tensorflow/tools/pip_package/setup.py?q=protobuf
protobuf >= 3.9.2, < 3.20
Github actions tests reported job failures from actions build 11860232272
|
Github actions tests reported job failures from actions build 11860397380
|
Github actions tests reported job failures from actions build 11861468072
|
Github actions tests reported job failures from actions build 12262986374
|
…utor to run it and make sure it gets installed for running correctly
Testing updates to the GATK conda environment in support of future conda tools.