Skip to content

Commit

Permalink
Updated requirements.txt to include dependencies for Jupyter notebook…
Browse files Browse the repository at this point in the history
…s, plotly, and running regressions. Cleaned up notebook comments
  • Loading branch information
colton-lapp committed Jan 22, 2025
1 parent 3fe0d61 commit 991002b
Show file tree
Hide file tree
Showing 17 changed files with 27,936 additions and 27,833 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ src/data/debug/*.json

.DS_Store

*my-venv/
*my-venv/
*new-venv
node_modules
55,699 changes: 27,875 additions & 27,824 deletions src/data/analysis/GHG_intensity_compliance_correlation.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions src/data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,53 @@ python-slugify==4.0.1
pandas==2.1.2
numpy
pytest==7.4.4

# Packages for Jupyter notebook data analysis, creating figures, running regressions
appnope==0.1.4
asttokens==3.0.0
attrs==24.3.0
comm==0.2.2
debugpy==1.8.12
decorator==5.1.1
executing==2.1.0
fastjsonschema==2.21.1
iniconfig==2.0.0
ipykernel==6.29.5
ipython==8.31.0
jedi==0.19.2
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
jupyter_client==8.6.3
jupyter_core==5.7.2
kaleido==0.1.0
matplotlib-inline==0.1.7
nbformat==5.10.4
nest-asyncio==1.6.0
packaging==24.2
parso==0.8.4
patsy==1.0.1
pexpect==4.9.0
platformdirs==4.3.6
plotly==5.3.1
pluggy==1.5.0
prompt_toolkit==3.0.50
psutil==6.1.1
ptyprocess==0.7.0
pure_eval==0.2.3
Pygments==2.19.1
python-dateutil==2.9.0.post0
pytz==2024.2
pyzmq==26.2.0
referencing==0.36.1
rpds-py==0.22.3
scipy==1.15.1
six==1.17.0
stack-data==0.6.3
statsmodels==0.14.4
tenacity==9.0.0
text-unidecode==1.3
tornado==6.4.2
traitlets==5.14.3
typing_extensions==4.12.2
tzdata==2025.1
wcwidth==0.2.13

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 991002b

Please sign in to comment.