Skip to content

Commit

Permalink
update environment.yml and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 31, 2020
1 parent 239da1b commit 39c3491
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 9 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ dependencies:
- mypy
- pickle5
- python=3.7.*
- scipy=1.4.* # generic model dependency (not used by tiktorch itself)
- paramiko=2.4.2
- inferno=v0.4.*
- pillow=6.2.1
- pyyaml=5.3
- marshmallow=3.4.0
Expand All @@ -22,8 +20,14 @@ dependencies:
- isort
- conda-build
- anaconda-client
- bump2version
- pre_commit
# generic model dependency (not used by tiktorch itself)
- scipy=1.4.*
- inferno=v0.4.*
# pip dependencies
- pip
- pip:
- pytest-grpc==0.7.0
- git+https://github.com/bioimage-io/python-bioimage-io#egg=pybio
- bump2version
- pytest-grpc==0.7.0
- git+https://github.com/bioimage-io/python-bioimage-io#egg=pybio
- git+https://github.com/bioimage-io/pytorch-bioimage-io#egg=pybio
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@
"numpy",
"pyyaml",
"torch",
"pybio.core @ git+ssh://git@github.com/m-novikov/python-bioimage-io#egg=pybio.core",
"pybio.torch @ git+ssh://git@github.com/m-novikov/pytorch-bioimage-io#egg=pybio.torch",
"pybio.core @ git+ssh://git@github.com/bioimage-io/python-bioimage-io#egg=pybio.core",
"pybio.torch @ git+ssh://git@github.com/bioimage-io/pytorch-bioimage-io#egg=pybio.torch",
],
entry_points={"console_scripts": ["tiktorch=tiktorch.server.base:main"]},
# extras_require={"test": ["pytest"]},
project_urls={ # Optional
"Bug Reports": "https://github.com/ilastik/tiktorch/issues",
Expand Down

0 comments on commit 39c3491

Please sign in to comment.