Spaces:
Build error
Build error
Commit
·
eeadb7e
1
Parent(s):
8166830
Add TF 2.11 to req,
Browse files- requirements.txt +1 -1
- setup.py +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
tensorflow
|
2 |
nest-asyncio
|
3 |
pyfluidsynth==1.3.0
|
4 |
# downgrade jax
|
|
|
1 |
+
tensorflow==2.11.0
|
2 |
nest-asyncio
|
3 |
pyfluidsynth==1.3.0
|
4 |
# downgrade jax
|
setup.py
CHANGED
@@ -51,7 +51,7 @@ setuptools.setup(
|
|
51 |
'scipy == 1.7.3',
|
52 |
'seqio == 0.0.8',
|
53 |
't5 == 0.9.3',
|
54 |
-
'tensorflow
|
55 |
'tensorflow-datasets == 4.6.0',
|
56 |
],
|
57 |
classifiers=[
|
|
|
51 |
'scipy == 1.7.3',
|
52 |
'seqio == 0.0.8',
|
53 |
't5 == 0.9.3',
|
54 |
+
'tensorflow',
|
55 |
'tensorflow-datasets == 4.6.0',
|
56 |
],
|
57 |
classifiers=[
|