updated keras and tf
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
protobuf==5.0.0
|
2 |
gradio==5.29.0
|
3 |
markdownify==1.1.0
|
4 |
smolagents==1.13.0
|
@@ -14,6 +13,5 @@ pandas==2.2.2
|
|
14 |
pydantic_settings==2.9.1
|
15 |
openpyxl==3.1.5
|
16 |
board_to_fen @ git+https://github.com/civerson/board_to_fen.git@2c3c6ee4695dfe74d5ff8d0808972b9f2e71c32d
|
17 |
-
tensorflow==2.
|
18 |
-
keras==
|
19 |
-
pytest==7.1.1
|
|
|
|
|
1 |
gradio==5.29.0
|
2 |
markdownify==1.1.0
|
3 |
smolagents==1.13.0
|
|
|
13 |
pydantic_settings==2.9.1
|
14 |
openpyxl==3.1.5
|
15 |
board_to_fen @ git+https://github.com/civerson/board_to_fen.git@2c3c6ee4695dfe74d5ff8d0808972b9f2e71c32d
|
16 |
+
tensorflow==2.18.0
|
17 |
+
keras==3.8.0
|
|