Skip to content

Commit

Permalink
Fix package specification
Browse files Browse the repository at this point in the history
  • Loading branch information
k-knosala committed Apr 4, 2024
1 parent 58c9ec8 commit 354eb41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- nodefaults

dependencies:
- python>=3.10<3.13
- python>=3.10,<3.13
- pip
- geopandas<1
- glpk
Expand All @@ -16,7 +16,7 @@ dependencies:
- numpy<2
- pandas<3
- scipy<2
- scikit-learn>=1.2<2
- scikit-learn>=1.2,<2
- xarray<=2024.3
- rasterio<2
- netcdf4<2
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- nodefaults

dependencies:
- python>=3.10<3.13
- python>=3.10,<3.13
- pip
- geopandas<1
- glpk
Expand All @@ -16,7 +16,7 @@ dependencies:
- numpy<2
- pandas<3
- scipy<2
- scikit-learn>=1.2<2
- scikit-learn>=1.2,<2
- xarray<=2024.3
- rasterio<2
- netcdf4<2
Expand Down

0 comments on commit 354eb41

Please sign in to comment.