Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas==3.0.0
|
| 2 |
+
matplotlib==3.10.8
|
| 3 |
+
tabulate==0.9.0
|
| 4 |
+
chess==1.11.2
|
| 5 |
+
python-shogi==1.1.1
|