Skip to content

Commit 51eafdc

Browse files
committed
fix: global requirements.txt instead of uv
1 parent 83ea384 commit 51eafdc

4 files changed

Lines changed: 12 additions & 3036 deletions

File tree

src/pyproject.toml

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/requirements.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This requirements file captures all the dependencies from all submodules of the quickstart
2+
# all mentioned packages should be obtained from the pyproject toml of the uv setup of each submodule
3+
4+
# NEO4J
5+
adjusttext>=1.3.0
6+
dotenv>=0.9.9
7+
matplotlib>=3.10.7
8+
neo4j>=6.0.2
9+
networkx>=3.4.2
10+
numpy>=2.2.6
11+
pandas>=2.3.3
12+
pydantic>=2.12.1

0 commit comments

Comments
 (0)