Skip to content

Commit

Permalink
fix: pin framework versions in optional.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Sep 18, 2024
1 parent bcde696 commit 01ee944
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ coverage
dm-haiku # mod_name=haiku
flax
h5py
hypothesis==6.98.10 # fixed version till this get solved: https://github.com/HypothesisWorks/hypothesis/issues/3896
jax
jaxlib
hypothesis==6.98.10
jax<=0.4.33
jaxlib<=0.4.33
matplotlib
ml-dtypes # mod_name=ml_dtypes
networkx
Expand All @@ -24,7 +24,7 @@ redis
scikit-learn # mod_name=sklearn
scipy
snakeviz # for profiling
tensorflow
torch
torchvision
tensorflow<=2.17.0
torch<=2.4.1
torchvision<=0.19.1
xgboost

0 comments on commit 01ee944

Please sign in to comment.