We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464acf2 commit 91c5836Copy full SHA for 91c5836
3 files changed
.gitignore
@@ -7,3 +7,4 @@ moddata/data/btc.parquet
7
moddata/data/stooq_data/
8
sandbox.py
9
.coverage
10
+moddata.egg-info
pyproject.toml
@@ -11,7 +11,17 @@ maintainers = [
11
{name = "Artur Wegrzyn", email = "awegrzyn17@gmail.com" }
12
]
13
dependencies = [
14
- "pandas"
+ "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",
25
26
27
[build-system]
0 commit comments