File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ [tool.poetry]
2
+ name = "emacspy-machine-learning"
3
+ version = "0.1.0"
4
+ description = ""
5
+ authors = ["stevechan <chanshunli@gmail.com>"]
6
+ readme = "README.md"
7
+
8
+ [tool.poetry.dependencies]
9
+ python = "^3.11"
10
+ torch = "^2.4.1"
11
+ torchvision = "^0.19.1"
12
+ tensorboard = "^2.17.1"
13
+ numpy = "^2.1.1"
14
+ scikit-learn = "^1.5.1"
15
+ matplotlib = "^3.9.2"
16
+ torchtext = "^0.18.0"
17
+ nltk = "^3.9.1"
18
+ gymnasium = {extras = ["classic-control", "box2d"], version = "^0.29.1"}
19
+ wikiextractor = "^3.0.6"
20
+ wikipedia-api = "^0.7.1"
21
+ python-socketio = "^5.11.3"
22
+ flask-socketio = "^5.3.6"
23
+ jieba = "^0.42.1"
24
+ fastapi-socketio = "^0.0.10"
25
+ fastapi-cors = "^0.0.6"
26
+ pgmpy = "^0.1.26"
27
+ bottleneck = "^1.4.0"
28
+ faiss-cpu = "^1.9.0"
29
+
30
+ [build-system]
31
+ requires = ["poetry-core"]
32
+ build-backend = "poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments