Update requirements.txt: Added python version to requirements.txt

I updated requirements.txt and added python version.
This commit is contained in:
Fishon Amos 2024-03-21 13:12:50 +01:00 committed by GitHub
parent 7050ed204b
commit 45e99d76bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,3 +2,4 @@ dm_haiku==0.0.12
jax[cuda12-pip]==0.4.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html jax[cuda12-pip]==0.4.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
numpy==1.26.4 numpy==1.26.4
sentencepiece==0.2.0 sentencepiece==0.2.0
python==3.10.14