Skip to content

Commit

Permalink
Update environment-MAC-apple-silicon.yml
Browse files Browse the repository at this point in the history
CodyCBakerPhD authored May 22, 2024
1 parent 0446602 commit dda80d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environments/environment-MAC-apple-silicon.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ channels:
- defaults
dependencies:
- python = 3.9.18
- PyInstaller = 6.3.0
- nodejs = 18.16.1
- numcodecs = 0.11.0
- lxml = 4.9.3 # pypi build fails due to x64/arm64 mismatch so install from conda-forge
@@ -15,6 +14,8 @@ dependencies:
- jsonschema = 4.18.0 # installs jsonschema-specifications
- pip
- pip:
- setuptools==70.0.0
- PyInstaller==6.7.0
- chardet == 5.1.0
- configparser == 6.0.0
- flask == 2.3.2

0 comments on commit dda80d6

Please sign in to comment.