Skip to content

Commit

Permalink
fix: setup tools for windows and Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Aug 22, 2024
1 parent 36f14c3 commit 165a8f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tools/anaconda-env/environment-MAC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ dependencies:
- jsonschema == 4.17.3
- urllib3 == 2.0.6
- requests == 2.31.0
- backports.tarfile
- setuptools == 71.0.4


5 changes: 4 additions & 1 deletion tools/anaconda-env/environment-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,7 @@ dependencies:
- xlrd==2.0.1
- pyinstaller-hooks-contrib==2023.10
- zope-event==5.0
- zope-interface==6.1
- zope-interface==6.1
- setuptools == 71.0.4
- backports.tarfile

0 comments on commit 165a8f6

Please sign in to comment.