broadinstitute / SpliceAI-lookup

Website for checking SpliceAI and Pangolin scores:
https://spliceailookup.broadinstitute.org
MIT License
18 stars 7 forks source link

Dependency updates: keras and pyvcf3 #76

Closed bpow closed 3 months ago

bpow commented 3 months ago

With re-pinning of tensorflow to a 2.16 series version, keras needs to be at least 3.0.0 (fixed in first commit).

Second commit addresses #74 by updating that dependency and removing the workaround of downgrading setuptools in the dockerfiles.

bw2 commented 3 months ago

thanks for the PR!