Skip to content

Commit

Permalink
fix bug env
Browse files Browse the repository at this point in the history
  • Loading branch information
arouxel-laas committed Nov 11, 2023
1 parent 86d9588 commit bcf124a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuitka_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
auto-update-conda: true
python-version: 3.10 # Specify the Python version
environment-file: environment.yml # If you have an environment file
environment-file: env.yml # If you have an environment file
activate-environment: beamshapy-gui # Name of the environment to activate


Expand Down
49 changes: 49 additions & 0 deletions env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: beamshapy-gui
channels:
- conda-forge
- defaults
dependencies:
- bzip2
- ca-certificates
- libffi
- nuitka
- openssl
- pip
- python=3.10
- setuptools
- sqlite
- tk
- tzdata
- vc
- vs2015_runtime
- wheel
- xz
- zlib
- pip:
- altgraph
- beamshapy==0.1.8
- contourpy
- cycler
- fonttools
- h5py
- imageio
- kiwisolver
- lazy-loader
- lightpipes
- matplotlib
- networkx
- numpy
- ordered-set
- packaging
- pefile
- pillow
- pyinstaller-hooks-contrib
- pyparsing
- pyqt5
- python-dateutil
- pywin32-ctypes
- pyyaml
- scipy
- six
- tifffile
- zstandard

0 comments on commit bcf124a

Please sign in to comment.