jkitchin / pycse

Python computations in science and engineering
GNU General Public License v2.0
242 stars 67 forks source link

need to manually import orjson library to use nlinfit #35

Open cchilkun opened 1 month ago

cchilkun commented 1 month ago

while using pycse nlinfit, found an import error with the orjson library -- a simple pip install orjson fixed this, but wanted to bring this to your attention

jkitchin commented 1 month ago

that seems weird. orjson is listed in the requirements.txt file, and only used in hashcache.py. I am not sure why it would do that.