Migration: Update notebook dependencies to accommodate nmdc-schema
dependency requirements
#561
Closed
1 task done
nmdc-schema
dependency requirements
#561
Background
In
nmdc-schema
version v10.3.0, thepymongo
requirement waspymongo = "^4.3.3"
.In
nmdc-schema
version v10.5.4, thepymongo
requirement ispymongo = "^4.7.2"
.Problem
A migration notebook was recently introduced into this repository via PR #558.
Because it uses
nmdc-schema
v10.5.4
, it requirespymongo==^4.7.2
. However, itsrequirements.txt
file currently indicates that it requirespymongo==4.5.0
(source).The reason the notebook's
requirements.txt
file is not coherent with the notebook is that I forgot togit add
the local changes I made to therequirements.txt
file when I introduced the notebook into this repository.Task
requirements.txt
file so that it sayspymongo==4.7.2
.The text was updated successfully, but these errors were encountered: