econ-ark / REMARK

Replications and Explorations Made using the ARK
Apache License 2.0
19 stars 56 forks source link

pinning Python version number for REMARKs #91

Open sbenthall opened 3 years ago

sbenthall commented 3 years ago

It's a problem if a REMARK uses a language feature that is deprecated and dropped.

Currently in the environment setup (limited to requirements.txt) we have no way of specifying a python version

https://github.com/llorracc/ctDiscrete/issues/4

@MridulS do you think there's a way to code the python version into reproduce.sh?

MridulS commented 3 years ago

Add runtime.txt to REMARKs and add a check in reproduce.sh