Skip to content

Commit

Permalink
chore: pin numpy to fix wandb dep (#1791)
Browse files Browse the repository at this point in the history
* pin numpy

* fix tenacity
  • Loading branch information
tssweeney authored Jun 17, 2024
1 parent ed246ab commit 611d491
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,21 @@ numpy>=1.21
wandb>=0.16.4
graphql-core>3
gql[requests]>=3.4.1
# TEMPORARY: Up to, and including wandb==0.17.1, wandb does is not
# compatible with numpy >= 2.0.0. This is a temporary fix until wandb
# is updated to be compatible with numpy >= 2.0.0.
numpy<2.0.0

# Segment logging
analytics-python>=1.2.9

# Used for version parsing in integrations.
packaging>=21.0

tenacity>=8.3.0
# Need to exclude the 8.4.0 version of tenacity because it has a bug
# on import of AsyncRetrying
tenacity>=8.3.0,!=8.4.0


# Used for emoji shortcode support in feedback
emoji>=2.12.1

0 comments on commit 611d491

Please sign in to comment.