Skip to content

Commit

Permalink
Merge pull request #191 from ctlearn-project/cluster_env
Browse files Browse the repository at this point in the history
Cluster env file
  • Loading branch information
TjarkMiener authored Jul 12, 2024
2 parents cf4719a + b01ac19 commit 91d7f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ necessary package channels, and install CTLearn specified version and its depend
ctlearn -h
This should automatically install all dependencies (NOTE: this may take some time, as by default MKL is included as a dependency of NumPy and it is very large).
This should automatically install all dependencies (NOTE: this may take some time, as by default MKL is included as a dependency of NumPy and it is very large). If you are working on the IT-cluster, please use 'environment-cluster.yml' instead of 'environment.yml' in the instructions above.

See the documentation for further information like `installation instructions for developers <https://ctlearn.readthedocs.io/en/latest/installation.html#installing-with-pip-setuptools-from-source-for-development>`_, `package usage <https://ctlearn.readthedocs.io/en/stable/usage.html>`_, and `dependencies <https://ctlearn.readthedocs.io/en/stable/installation.html#dependencies>`_ among other topics.

Expand Down
1 change: 1 addition & 0 deletions environment-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- pip:
- ctaplot
- matplotlib==3.6.2
- iminuit==2.24.0
- numba>=0.56.2,<0.57
- numexpr==2.8.4
- kiwisolver==1.4
Expand Down

0 comments on commit 91d7f05

Please sign in to comment.