Skip to content

Commit

Permalink
Clean up conda env file; change env file line endings to UNIX
Browse files Browse the repository at this point in the history
Tested with `scripts/explorer.py` on Ubuntu 20.04 conda conda 4.13.0.
This was done to resolve [issue](chdoig/conda-auto-env#13)
with `conda_auto_env` script.
  • Loading branch information
onavhamid committed Aug 5, 2022
1 parent b554204 commit a631eb0
Showing 1 changed file with 18 additions and 46 deletions.
64 changes: 18 additions & 46 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,46 +1,18 @@
name: ImageAnalysis
channels:
- defaults
dependencies:
- blas=1.0=mkl
- ca-certificates=2021.7.5=haa95532_1
- certifi=2021.5.30=py38haa95532_0
- git=2.23.0=h6bb4b03_0
- hdf5=1.10.4=h7ebc959_0
- icc_rt=2019.0.0=h0cc432a_1
- intel-openmp=2021.2.0=haa95532_616
- jpeg=9b=hb83a4c4_2
- libopencv=4.0.1=hbb9e17c_0
- libpng=1.6.37=h2a8f88b_0
- libtiff=4.2.0=hd0e1b90_0
- lz4-c=1.9.3=h2bbff1b_0
- mkl=2021.2.0=haa95532_296
- mkl-service=2.3.0=py38h2bbff1b_1
- mkl_fft=1.3.0=py38h277e83a_2
- mkl_random=1.2.1=py38hf11a4ad_2
- numpy=1.20.2=py38ha4e8547_0
- numpy-base=1.20.2=py38hc2deb75_0
- opencv=4.0.1=py38h2a7c758_0
- openssl=1.1.1k=h2bbff1b_0
- pip=21.1.3=py38haa95532_0
- py-opencv=4.0.1=py38he44ac1e_0
- python=3.8.10=hdbf39b2_7
- scipy=1.6.2=py38h66253e8_1
- setuptools=52.0.0=py38haa95532_0
- six=1.16.0=pyhd3eb1b0_0
- sqlite=3.36.0=h2bbff1b_0
- tqdm=4.61.2=pyhd3eb1b0_1
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wheel=0.36.2=pyhd3eb1b0_0
- wincertstore=0.2=py38_0
- xz=5.2.5=h62dcd97_0
- zlib=1.2.11=h62dcd97_4
- zstd=1.4.9=h19a0ad4_0
- pip:
- geojson==2.5.0
- git+https://github.com/NavPy/NavPy.git
- panda3d==1.10.9
- git+https://github.com/RiceCreekUAS/props-legacy.git/#subdirectory=python
- simplekml==1.3.5
prefix: C:\Users\Curt\anaconda3\envs\deleteme
name: ImageAnalysis
dependencies:
- python=3.10.4
- pip=22.1.2
- pip:
- opencv-python==4.6.0.66
- opencv-utils==0.0.2
- opencv-contrib-python==4.6.0.66
- git+https://github.com/NavPy/NavPy.git
- piexif==1.1.3
- geojson==2.5.0
- panda3d==1.10.11
- pylint==2.14.5
- rope==1.3.0
- matplotlib==3.5.2
- tqdm==4.64.0
- scipy==1.9.0
- git+https://github.com/RiceCreekUAS/props-legacy.git/#subdirectory=python

0 comments on commit a631eb0

Please sign in to comment.