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 27a578641f255001ee97eddc804b0c29e1abb81b
parent e13970376c770cdd6c5fe6a2a50f3a99a4e01387
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Tue,  7 Dec 2021 13:46:10 -0500

Adding scipy, removing automatically-completed dependencies

Diffstat:
Mrequirements.txt | 20+-------------------
1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,23 +1,5 @@ -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 +scipy==1.7.3