Skip to content

Commit

Permalink
lower version requirements for older (newere?) python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine authored Nov 26, 2024
1 parent 27f871d commit 0e31d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ import fairlearn
import umap

# Tested versions in this workshop:
print("Torch version:", torch.__version__) # >= 2.5.1
print("Torch version:", torch.__version__) # >= 2.2
print("Pandas version:", pd.__version__) # >= 2.2.3
print("Scikit-learn version:", sklearn.__version__) # >= 1.5.2
print("TensorFlow version:", tf.__version__) # >= 2.18.0
print("TensorFlow version:", tf.__version__) # >= 2.16
print("Transformers version:", transformers.__version__) # >= 4.46.3
print("PyTorch-OOD version:", pytorch_ood.__version__) # >= 0.2.0
print("Fairlearn version:", fairlearn.__version__) # >= 0.11.0
Expand Down

0 comments on commit 0e31d99

Please sign in to comment.