Skip to content

Commit

Permalink
update virtual environment requirements: introduce deepdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
chiyu1203 committed Oct 19, 2024
1 parent fbb2b42 commit 3f4369b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ conda activate unity_analysis
conda update -n base -c defaults conda
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install --yes -c conda-forge -v h5py opencv ipython jupyter matplotlib pandas matplotlib scipy jupyterlab seaborn ipyparallel pytables
conda install --yes -c conda-forge -v h5py opencv ipython jupyter matplotlib pandas matplotlib scipy jupyterlab seaborn ipyparallel pytables deepdiff
```
[Optional] if you ever want to load database from an excel sheet
```
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies:
- dav1d=1.2.1
- debugpy=1.8.6
- decorator=5.1.1
- deepdiff=8.0.1
- defusedxml=0.7.1
- double-conversion=3.3.0
- entrypoints=0.4
Expand Down Expand Up @@ -172,6 +173,7 @@ dependencies:
- openh264=2.4.1
- openjpeg=2.5.2
- openssl=3.3.2
- orderly-set=5.2.2
- overrides=7.7.0
- packaging=24.1
- pandas=2.2.3
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cycler=0.12.1=pyhd8ed1ab_0
dav1d=1.2.1=hcfcfb64_0
debugpy=1.8.6=py311hda3d55a_0
decorator=5.1.1=pyhd8ed1ab_0
deepdiff=8.0.1=pyhd8ed1ab_0
defusedxml=0.7.1=pyhd8ed1ab_0
double-conversion=3.3.0=h63175ca_0
entrypoints=0.4=pyhd8ed1ab_0
Expand Down Expand Up @@ -170,6 +171,7 @@ openexr=3.2.2=h9aba623_2
openh264=2.4.1=h63175ca_0
openjpeg=2.5.2=h3d672ee_0
openssl=3.3.2=h2466b09_0
orderly-set=5.2.2=pyhd8ed1ab_0
overrides=7.7.0=pyhd8ed1ab_0
packaging=24.1=pyhd8ed1ab_0
pandas=2.2.3=py311hcf9f919_1
Expand Down

0 comments on commit 3f4369b

Please sign in to comment.