Skip to content
Snippets Groups Projects
Commit 8a7ee8ae authored by Tristan Walter's avatar Tristan Walter
Browse files

meta update

parent c642fbc3
No related branches found
No related tags found
No related merge requests found
conda build purge conda build purge
if [ "$(uname)" == "Linux" ]; then if [ "$(uname)" == "Linux" ]; then
conda build . -c anaconda -c tom.schoonjans conda build . -c conda-forge
else else
conda build . -c anaconda conda build . -c anaconda
fi fi
...@@ -3,8 +3,8 @@ package: ...@@ -3,8 +3,8 @@ package:
version: "1.0" version: "1.0"
source: source:
git_url: http://134.76.19.68/CameraSoftware/FishTracker.git git_url: https://github.com/mooch443/trex.git
git_rev: 9c0b463e0139ada0736a49402d42ceee79d5edd8 git_rev: ff4deeec58f498ec189a80593c8a546bc84c855b
git_depth: 1 git_depth: 1
build: build:
...@@ -61,7 +61,7 @@ requirements: ...@@ -61,7 +61,7 @@ requirements:
- python [win] - python [win]
- ffmpeg ==4.0 [not win] - ffmpeg ==4.0 [not win]
- python =3.6 [not win] - python =3.6 [not win]
- glfw3 [linux] - glfw [linux]
run: run:
- tensorflow-gpu ==1.13.* [not osx] - tensorflow-gpu ==1.13.* [not osx]
...@@ -75,7 +75,7 @@ requirements: ...@@ -75,7 +75,7 @@ requirements:
- python =3.6 [not win] - python =3.6 [not win]
- py-opencv - py-opencv
- opencv - opencv
- glfw3 [linux] - glfw [linux]
about: about:
home: https://trex.run home: https://trex.run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment