Skip to content

Commit

Permalink
Merge pull request #32 from opentargets/vh-add-requirements
Browse files Browse the repository at this point in the history
fix: specify numpy and scipy versions to enable running in dataproc
  • Loading branch information
vivienho authored Nov 20, 2024
2 parents 9a49a83 + 6e96d80 commit cd92517
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metric-calculation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ protobuf>=3.20.0
pyspark>=3.2.0
furl==2.1.3
psutil>=5.8.0
urllib3==1.26.6
urllib3==1.26.6
numpy==1.26.4
scipy==1.14.1

0 comments on commit cd92517

Please sign in to comment.