Skip to content

Commit

Permalink
Add documentation. Unify python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller committed Sep 24, 2021
1 parent f59bd0c commit ebfdc18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Rayleigh development environment.
#
# If you change this file with a package relevant for
# building the documentation make sure to also update
# environment_doc.yml.

name: radev
channels:
- conda-forge
Expand Down
7 changes: 6 additions & 1 deletion environment_doc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Rayleigh documentation environment.
#
# If you change this file make sure to also update
# environment.yml.

name: radoc
channels:
- conda-forge
dependencies:
- python=3.7
- python=3.9
- matplotlib=3.4
- jupyter=1.0
- scipy=1.6
Expand Down

0 comments on commit ebfdc18

Please sign in to comment.