You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin pythonnet to 2.5.2 (or compatible) in setup.py (#53)
When testing the built WHL file, I noticed that pythonnet 3 is still installed despite updating requirements.txt. It turns out that we need to update `install_requires` in setup.py as well.
0 commit comments