JohannesWiesner / tcy

A python package for converting tsv files into conda yml files
MIT License
4 stars 1 forks source link

Add dependencies #41

Closed JohannesWiesner closed 1 year ago

JohannesWiesner commented 1 year ago

For this repo, one needs at least pandas > 1.2 because of the na_action argument in the .applymap method:

https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.applymap.html

JohannesWiesner commented 1 year ago

I currently try to avoid this, so pandas > 1.2 is not necessary right now