Jiyoon Lim

Results 2 issues of Jiyoon Lim

How about adding the numpy version in `requirement.txt`? When I use the numpy==1.20.2 and try to run the example code in README, it returns the following log. ``` RuntimeError: module...

I tried setup-python with python3.8 and server without python3.8-venv, It shows following errors. ## Steps to reproduce workflow.yml ``` - name: Setup PDM uses: pdm-project/setup-pdm@v4 with: python-version: 3.8 ``` ##...