Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 060dbdd

Browse files
committedOct 16, 2024
linux cuda & m3 run 2.4.1
1 parent d2cec62 commit 060dbdd

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
 

‎pyproject.toml_bak_cuda_or_m3

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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"

0 commit comments

Comments
 (0)
Please sign in to comment.