Skip to content

Commit

Permalink
Fix pyinstaller exe error
Browse files Browse the repository at this point in the history
Pin setuptools at 44.0.0 for now.

pypa/setuptools#1963
  • Loading branch information
AsgerPetersen committed Jan 15, 2020
1 parent 980e0f3 commit fc1bf00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- pytest
- python=3.7
- scipy
- setuptools==44.0.0
- pip:
- click-log==0.1.8

0 comments on commit fc1bf00

Please sign in to comment.