Skip to content

Commit

Permalink
removing updgrades of a couple packages not required
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnow03 committed Jan 22, 2024
1 parent a84b839 commit b60b633
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ dependencies:
- hypothesis==6.58.0 # needed by numpy testing tools
- networkx==2.8.8
- numba==0.58.1 # high-performance numerics
- numpy~=1.26.0
- pandas==1.5.1
- scikit-image==0.22.0
- scikit-learn==1.4.0
- numpy==1.23.5
- pandas~=1.5.1
- scikit-image==0.19.3
- scikit-learn==1.1.3
- scipy==1.9.3
- statsmodels==0.13.5
- sympy~=1.12.0
- sympy~=1.11.0
- xarray>=2023.05.0

# Visualization packages
Expand Down Expand Up @@ -137,7 +137,7 @@ dependencies:
# Maybe needed for qgis? https://github.com/conda-forge/qgis-feedstock/issues/263
- pyopencl
# Resolves warning "No ICDs were found": https://github.com/CryoInTheCloud/hub-image/issues/50
# - ocl-icd-system
# - ocl-icd-system
# needed for Linux desktop to work
- websockify>=0.10
# Includes new subcommands (`switch` & `restore`) and vulnerability fixes
Expand Down

0 comments on commit b60b633

Please sign in to comment.