advent_of_code_2021

My attempts to work through the 2021 Advent of Code problems.
git clone https://git.eamoncaddigan.net/advent_of_code_2021.git
Log | Files | Refs | README | LICENSE

commit 343ef4b9d593242cc406725a64e203f5b9a08fe6
parent 5b6c3becaec46532f4f340c5a5a47a3cada359cb
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Wed,  1 Dec 2021 04:50:39 -0500

Requirements so far (heavy because I'm leaning into pandas/numpy)

Diffstat:
Arequirements.txt | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -0,0 +1,23 @@ +backcall==0.2.0 +certifi==2021.10.8 +charset-normalizer==2.0.8 +decorator==5.1.0 +idna==3.3 +ipython==7.30.0 +jedi==0.18.1 +matplotlib-inline==0.1.3 +numpy==1.21.4 +pandas==1.3.4 +parso==0.8.3 +pexpect==4.8.0 +pickleshare==0.7.5 +prompt-toolkit==3.0.23 +ptyprocess==0.7.0 +Pygments==2.10.0 +python-dateutil==2.8.2 +pytz==2021.3 +requests==2.26.0 +six==1.16.0 +traitlets==5.1.1 +urllib3==1.26.7 +wcwidth==0.2.5