Add script to sync the Binder
environment package versions with the requirements.txt
files'
#228
Labels
good first issue
Good issue for first-time contributors
type:template and tools
Issue about template and tools
Add a script that keeps the package versions in the
requirements.txt
file and theBinder
instance in itsenvironment.yml
file in sync.It could be a Python script that reads the versions of each package in the
requirements.txt
file and uses a regex to bump the ones in thebinder
environtment.yml
file.Related to issue #226.
The text was updated successfully, but these errors were encountered: