Skip to content

Commit

Permalink
add env for cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjark Miener authored and Tjark Miener committed May 31, 2024
1 parent b20f334 commit c31b90c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions environment-cluster.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# conda env create -f environment-cluster.yml
name: ctlearn-cluster
channels:
- anaconda
- conda-forge
- cta-observatory
- ctlearn-project
dependencies:
- python=3.10
#- dl1_data_handler==0.11.0
- astropy
- numpy
- pip
- pyyaml
- scikit-learn
- pip:
- ctaplot
- matplotlib==3.6.2
- numba>=0.56.2,<0.57
- numexpr==2.8.4
- kiwisolver==1.4
- tensorflow>=2.14,<2.15
- pydot
- pyirf
- pandas==1.5.2
- pillow==9.3.0
- scipy==1.11.1
- tables==3.8.0

0 comments on commit c31b90c

Please sign in to comment.