Skip to content

Commit e4652f0

Browse files
committed
update fiddle requirements
1 parent 40dd8d7 commit e4652f0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

praxis/pip_package/cloudbuild-release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ substitutions:
2222
options:
2323
dynamic_substitutions: true
2424
substitution_option: 'ALLOW_LOOSE'
25+
machineType: E2_HIGHCPU_8
2526
timeout: 5400s
2627
artifacts:
2728
objects:

praxis/pip_package/requirements.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
absl-py
55
clu
66
einops
7-
fiddle @ git+https://github.com/google/fiddle
7+
fiddle
88
flax
99
jax
1010
jax-bitempered-loss
@@ -15,4 +15,4 @@ optax-shampoo
1515
protobuf==3.15
1616
t5x
1717
tensorflow~=2.9.2
18-
tensorflow-text~=2.9.0
18+
tensorflow-text~=2.9.0

praxis/pip_package/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ executing==1.2.0
8383
# via stack-data
8484
fastjsonschema==2.16.2
8585
# via nbformat
86-
fiddle @ git+https://github.com/google/fiddle
86+
fiddle==0.2.4
8787
# via -r praxis-requirements.in
8888
flatbuffers==1.12
8989
# via tensorflow

0 commit comments

Comments
 (0)