Skip to content

Commit

Permalink
Merge pull request #306 from ornlneutronimaging/KedoKudo-patch-1
Browse files Browse the repository at this point in the history
Update environment.yml
  • Loading branch information
KedoKudo authored Jul 11, 2024
2 parents d208337 + 3416149 commit 99aa5fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/build
/dist
/python/imars3d.egg-info
conda.recipe/

# temp files and dirs
_tmp
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

build:
os: ubuntu-20.04
os: "ubuntu-22.04"
tools:
python: "mambaforge-4.10"
python: "mambaforge-22.9"
jobs:
pre_build:
- mkdir ~/tmp
Expand Down
1 change: 1 addition & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ requirements:
- bokeh
- datashader
- hvplot
- numpy < 2

test:
imports:
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ dependencies:
- astropy
- tomopy
- algotom
- numpy < 2
# plot
- holoviews
- bokeh
- datashader
- hvplot
- dask
# GUI
- panel
- param
Expand Down

0 comments on commit 99aa5fa

Please sign in to comment.