Skip to content

Commit

Permalink
-Update env.yml to avoid hanging during build. -Update .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
and-viceversa authored and poynting committed Apr 30, 2021
1 parent 8ce1325 commit 2ac596f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.pyc
.ipynb_checkpoints
.vscode
/.idea
__pycache__
/dist/
/*.egg-info
26 changes: 12 additions & 14 deletions micasense_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,25 @@ name: micasense
channels:
- conda-forge
dependencies:
- python=3.7
- opencv=4.1
- numpy
- python>=3.7
- opencv
- gdal
- jupyter
- matplotlib
- pysolar
- gdal
- scikit-image
- pytest
- git
- git-lfs
- pandas
- imageio
- nb_conda
- pytest
- pytest-xdist
- pip
- requests
- packaging
- pip
- pytest-xdist
- pip:
- pyzbar
- mapboxgl
- git+https://github.com/smarnach/pyexiftool.git#egg=pyexiftool
- jenkspy
- rawpy
- pysolar
- pyzbar
- mapboxgl
- git+https://github.com/sylikc/pyexiftool#egg=pyexiftool
- jenkspy
- rawpy

0 comments on commit 2ac596f

Please sign in to comment.