Skip to content

Commit

Permalink
removed commas in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKamuk committed May 23, 2024
1 parent 8d733b7 commit 7ee8821
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ Cartopy>=0.22.0
pyproj>=3.4.1
tueplots>=0.0.8
plotly>=5.15.0
torch-geometric>=2.5.2,
loguru>=0.7.2,
xarray>=2024.3.0,
zarr>=2.17.2,
dask>=2024.4.2,
torch-geometric>=2.5.2
loguru>=0.7.2
xarray>=2024.3.0
zarr>=2.17.2
dask>=2024.4.2

# for dev
pre-commit>=2.15.0
codespell>=2.0.0,
black>=21.9b0,
isort>=5.9.3,
flake8>=4.0.1,
pylint>=3.0.3,
pytest>=8.1.1,
codespell>=2.0.0
black>=21.9b0
isort>=5.9.3
flake8>=4.0.1
pylint>=3.0.3
pytest>=8.1.1

0 comments on commit 7ee8821

Please sign in to comment.