Skip to content

Commit

Permalink
User/wbodo/fix python version (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbodo authored Jun 15, 2020
1 parent 7b817b2 commit eeba483
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rec_to_nwb/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ dependencies:
- wheel
- xmlschema
- zlib
- mountainlab_pytools
- vdom
- pyyaml
- pytest
- testfixtures
- ndx-franklab-novela==0.0.006
- ndx-franklab-novela==0.0.007
- pip:
- mountainlab_pytools
- xmldiff
- rec-to-binaries==0.5.1.dev0

Expand Down
2 changes: 1 addition & 1 deletion rec_to_nwb/notebooks/nwb_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
3 changes: 3 additions & 0 deletions upload_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ conda config --set anaconda_upload no
echo "Build missing pypi packages..."
conda skeleton pypi rec_to_binaries --version 0.5.1.dev0
conda skeleton pypi xmldiff
conda skeleton pypi mountainlab_pytools

echo "Build missing pypi packages into conda packages..."
conda build rec_to_binaries
conda build xmldiff
conda build mountainlab_pytools

echo "Convert missing pypi packages ..."
conda convert --platform osx-64 $CONDA_BUILD_PATH/linux-64/***.tar.bz2 --output-dir $CONDA_BUILD_PATH -q
Expand All @@ -24,3 +26,4 @@ conda convert --platform win-64 $CONDA_BUILD_PATH/linux-64/***.tar.bz2 --output-
echo "Upload missing pypi packages to anaconda..."
anaconda upload $CONDA_BUILD_PATH/**/rec_to_binaries-*.tar.bz2 --force
anaconda upload $CONDA_BUILD_PATH/**/xmldiff-*.tar.bz2 --force
anaconda upload $CONDA_BUILD_PATH/**/mountainlab_pytools-*.tar.bz2 --force

0 comments on commit eeba483

Please sign in to comment.