Question about versions for reproducing your experiments
#1
by KiwanKwon - opened
Hi,
First of all, I was really impressed by your paper and the accompanying code — they were both very insightful.
I’m planning to run some additional experiments related to your work, and I noticed that the requirements.txt file contains local build path such as
asttokens @ file:///home/conda/feedstock_root/build_artifacts/asttokens_1698341106958/work
This seems to point to a local build path, which makes it impossible to install directly from PyPI or conda-forge.
Could you please let me know the exact version of asttokens and etc used, so I can set up my environment correctly?
Thank you for your time, and I look forward to exploring your work further.