Skip to content

Commit ad9113d

Browse files
authored
Merge pull request #6 from washcycle/patch-1
fix: lock versions for all packages in requirements.txt
2 parents 732771b + 684c831 commit ad9113d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
matplotlib
2-
numpy
1+
matplotlib==3.10.0
2+
numpy==1.26.4
3+
tensorflow==2.11.1
34
tensorflow_probability==0.18.0
45
tensorflow_model_optimization==0.7.3

0 commit comments

Comments
 (0)