Skip to content

Commit

Permalink
build(setup): requires py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Dec 19, 2023
1 parent 8ba3370 commit a41f6a4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: helx

dependencies:
- python=3.9
- conda-forge::glew
- conda-forge::mesalib
- conda-forge::libglvnd-glx-cos7-x86_64
- conda-forge::xvfbwrapper
- anaconda::mesa-libgl-cos6-x86_64
- menpo::glfw3
- python=3.10
# - conda-forge::glew
# - conda-forge::mesalib
# - conda-forge::libglvnd-glx-cos7-x86_64
# - conda-forge::xvfbwrapper
# - anaconda::mesa-libgl-cos6-x86_64
# - menpo::glfw3
- pip
- pip:
- -r requirements.txt
- -r requirements.txt

0 comments on commit a41f6a4

Please sign in to comment.