Skip to content

Commit

Permalink
Revert changed copied when branching...
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 8, 2024
1 parent 5848ace commit 1b0da9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- numpy=1.*
- matplotlib=3.*
- pyproj>=3.4,<4
- rasterio>=1.3,<2
- rasterio>=1.3,<1.4
- scipy=1.*
- tqdm
- scikit-image=0.*
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- numpy=1.*
- matplotlib=3.*
- pyproj>=3.4,<4
- rasterio>=1.3,<2
- rasterio>=1.3,<1.4
- scipy=1.*
- tqdm
- scikit-image=0.*
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ numba==0.*
numpy==1.*
matplotlib==3.*
pyproj>=3.4,<4
rasterio>=1.3,<2
rasterio>=1.3,<1.4
scipy==1.*
tqdm
scikit-image==0.*
Expand Down

0 comments on commit 1b0da9a

Please sign in to comment.