Skip to content

Commit 91c5836

Browse files
committed
Started switch from pip to uv - added uv.lock file
1 parent 464acf2 commit 91c5836

3 files changed

Lines changed: 971 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ moddata/data/btc.parquet
77
moddata/data/stooq_data/
88
sandbox.py
99
.coverage
10+
moddata.egg-info

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ maintainers = [
1111
{name = "Artur Wegrzyn", email = "awegrzyn17@gmail.com" }
1212
]
1313
dependencies = [
14-
"pandas"
14+
"fastparquet>=2025.12.0",
15+
"flake8>=7.3.0",
16+
"kagglehub>=1.0.0",
17+
"numpy>=2.4.2",
18+
"pandas",
19+
"pyarrow>=23.0.1",
20+
"pydantic>=2.12.5",
21+
"pylint>=4.0.5",
22+
"pytest>=9.0.2",
23+
"scikit-learn>=1.8.0",
24+
"scipy>=1.17.1",
1525
]
1626

1727
[build-system]

0 commit comments

Comments
 (0)