Skip to content

Commit

Permalink
Fix reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Mar 7, 2024
1 parent a06eb2c commit 8916b4d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mypy-extensions==1.0.0
numpy==1.26.4
# via pandas-stubs
pandas-stubs==2.2.0.240218
ruff==0.3.0
ruff==0.3.1
types-pytz==2024.1.0.20240203
# via pandas-stubs
typing-extensions==4.10.0
Expand Down
4 changes: 4 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ pandas>=2.0
polars
pyspark

pyarrow # Required by duckdb/pandas
fastparquet # Required by pandas
setuptools # Required by pyspark

linetimer
plotnine
plotly
17 changes: 14 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
# uv pip compile requirements.in
contourpy==1.2.0
# via matplotlib
cramjam==2.8.2
# via fastparquet
cycler==0.12.1
# via matplotlib
duckdb==0.10.0
fastparquet==2024.2.0
fonttools==4.49.0
# via matplotlib
fsspec==2024.2.0
# via fastparquet
kiwisolver==1.4.5
# via matplotlib
linetimer==0.1.5
Expand All @@ -17,20 +22,24 @@ mizani==0.11.0
numpy==1.26.4
# via
# contourpy
# fastparquet
# matplotlib
# mizani
# pandas
# patsy
# plotnine
# pyarrow
# scipy
# statsmodels
packaging==23.2
# via
# fastparquet
# matplotlib
# plotly
# statsmodels
pandas==2.2.1
# via
# fastparquet
# mizani
# plotnine
# statsmodels
Expand All @@ -39,11 +48,12 @@ patsy==0.5.6
pillow==10.2.0
# via matplotlib
plotly==5.19.0
plotnine==0.13.0
polars==0.20.13
plotnine==0.13.1
polars==0.20.14
py4j==0.10.9.7
# via pyspark
pyparsing==3.1.1
pyarrow==15.0.0
pyparsing==3.1.2
# via matplotlib
pyspark==3.5.1
python-dateutil==2.9.0.post0
Expand All @@ -57,6 +67,7 @@ scipy==1.12.0
# mizani
# plotnine
# statsmodels
setuptools==69.1.1
six==1.16.0
# via
# patsy
Expand Down

0 comments on commit 8916b4d

Please sign in to comment.