Skip to content

Commit

Permalink
Split environment.yml into separate server, worker env files. Closes #…
Browse files Browse the repository at this point in the history
…1518 (#1519)

* Add server and worker env files. Closes #1518

* Remove environment.yml

* Remove dill dependency
  • Loading branch information
brollb authored Mar 16, 2020
1 parent 05a071a commit 5e707f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions environment.server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: deepforge
dependencies:
- python=3.7
3 changes: 0 additions & 3 deletions environment.yml → environment.worker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: deepforge
channels:
- conda-forge
dependencies:
- python=3.7
- pip:
- dill
- pillow
- matplotlib
- simplejson

0 comments on commit 5e707f0

Please sign in to comment.