MingjieJian / pymoog

Python wrapper for MOOG
MIT License
11 stars 4 forks source link

Dependency corruption: pandas #59

Closed MingjieJian closed 1 year ago

MingjieJian commented 1 year ago

In setup.py, pandas was used while it is in the dependence list of pymoog. I have pandas and numpy installed before I install pymoog, bu this may not be the case for a fresh install.

MingjieJian commented 1 year ago

Solved in #60