Skip to content

Commit d49b801

Browse files
committed
change from poetry to uv
1 parent 10613a2 commit d49b801

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ requires-python = ">=3.10"
66
dependencies = [
77
"matplotlib >=3.7.2",
88
"notebook ~=6.5",
9-
"numpy >=1.20.3",
9+
"numpy >=1.20.3,<2",
1010
"pandas >=1.3.5,<3",
1111
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
matplotlib>=3.7.2
22
notebook~=6.5.6
3-
numpy>=1.20.3
3+
numpy>=1.20.3,<2
44
pandas>=1.3.5

0 commit comments

Comments
 (0)