Skip to content

Commit

Permalink
Here plays now the music.
Browse files Browse the repository at this point in the history
  • Loading branch information
Haydnspass committed Mar 24, 2021
1 parent 0b1ba94 commit 8f95420
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
name: decode_dev

channels:
- turagalab
- turagalab/label/rc
- turagalab/label/dev
- turagalab
- pytorch
- conda-forge
- defaults

dependencies:
# for building (decode and splinepsf)
# for building
- bump2version
- cmake=3.15
- ninja
- pybind11>=2.4

# docs
- recommonmark # markdown for sphinx
Expand All @@ -23,7 +18,7 @@ dependencies:
- pydata-sphinx-theme

# actual package
- python=3.9
- python=3.8
- pytorch=1.7.1
- cpuonly # fake package (aka flag) for pytorch, otherwise it installs a cudatoolkit
- click
Expand All @@ -40,7 +35,7 @@ dependencies:
- seaborn=0.10
- scikit-image
- scikit-learn
- spline>=0.10.0.rc.2
- spline=0.10.0.rc.2
- tensorboard
- tifffile>=2020.2
- tqdm
Expand Down

0 comments on commit 8f95420

Please sign in to comment.