Skip to content

Commit

Permalink
Upgrade conda deps too
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Apr 14, 2023
1 parent 18b19f1 commit 08d3413
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ channels:
- conda-forge
dependencies:
- einops>=0.3
- fiona>=1.8.12
- h5py>=2.9
- matplotlib>=3.3
- numpy>=1.17.3
- fiona>=1.8.19
- h5py>=3
- matplotlib>=3.3.3
- numpy>=1.19.3
- pip
- pycocotools>=2.0.1
- pyproj>=2.4.1
- pyproj>=3
- python>=3.9
- pytorch>=1.12
- pyvista>=0.25.2
- rarfile>=4
- rasterio>=1.1.1
- shapely>=1.7
- rasterio>=1.2
- shapely>=1.7.1
- torchvision>=0.13
- pip:
- black[jupyter]>=21.8
Expand All @@ -30,18 +30,18 @@ dependencies:
- nbmake>=1.3.3
- nbsphinx>=0.8.5
- omegaconf>=2.1
- opencv-python>=4.1.2
- pandas>=0.25.2
- pillow>=6.2.1
- opencv-python>=4.4.0.46
- pandas>=1.1.3
- pillow>=8
- pydocstyle[toml]>=6.1
- pytest>=6.1.2
- pytest-cov>=2.4
- git+https://github.com/pytorch/pytorch_sphinx_theme
- pyupgrade>=2.4
- pyupgrade>=2.8
- radiant-mlhub>=0.3
- rtree>=1
- scikit-image>=0.18
- scikit-learn>=0.22
- scikit-learn>=0.24
- scipy>=1.6.2
- segmentation-models-pytorch>=0.2
- setuptools>=42
Expand Down

0 comments on commit 08d3413

Please sign in to comment.