darabos commited on
Commit
0c129dd
·
unverified ·
2 Parent(s): 09d8288 1634ad6

Merge pull request #46 from biggraph/darabos-delete-requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -24
requirements.txt DELETED
@@ -1,24 +0,0 @@
1
- # Dependencies for basic operation.
2
- fastapi
3
- orjson
4
- pydantic-to-typescript
5
- uvicorn[standard]
6
- pycrdt
7
- pycrdt-websocket
8
-
9
- # For lynxkite_ops.
10
- matplotlib
11
- networkx
12
- numpy
13
- pandas
14
- scipy
15
-
16
- # GPU-accelerated graph analytics.
17
- cugraph-cu12
18
- cudf-cu12
19
- nx-cugraph-cu12
20
-
21
- # For llm_ops.
22
- chromadb
23
- Jinja2
24
- openai