Spaces:
Build error
Build error
juancopi81
commited on
Commit
·
81c85f5
1
Parent(s):
b3c3d01
Add to tensorflow to requirements
Browse files- packages.txt +0 -4
- requirements.txt +4 -0
packages.txt
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
tensorflow
|
2 |
-
jaxlib
|
3 |
-
jax
|
4 |
-
jaxrk
|
5 |
libfluidsynth2
|
6 |
build-essential
|
7 |
libasound2-dev
|
|
|
|
|
|
|
|
|
|
|
1 |
libfluidsynth2
|
2 |
build-essential
|
3 |
libasound2-dev
|
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
nest-asyncio
|
2 |
pyfluidsynth==1.3.0
|
3 |
clu==0.0.7
|
|
|
1 |
+
tensorflow
|
2 |
+
jaxlib
|
3 |
+
jax
|
4 |
+
jaxrk
|
5 |
nest-asyncio
|
6 |
pyfluidsynth==1.3.0
|
7 |
clu==0.0.7
|