Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ElcoK committed Nov 29, 2024
1 parent 1c3ad7b commit 398062f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# requirements
fiona>=1.7.13
shapely>=2.0
geopandas>1.0.0
pandas>=0.23.4
rasterio>=1.0.8
numpy>=1.15.2
matplotlib>=3.0.0
tqdm>=4.30.0
fiona>=1.7.13;
shapely>=2.0;
geopandas>1.0.0;
pandas>=0.23.4;
rasterio>=1.0.8;
numpy>=1.15.2;
matplotlib>=3.0.0;
tqdm>=4.30.0;
scipy>=1.0.0

# test/lint
attrs>=17.4 # to fix pytest compatibility on python 3.6
attrs>=17.4; # to fix pytest compatibility on python 3.6
pylint
pytest>=3.6
pytest>=3.6;
pytest-cov

0 comments on commit 398062f

Please sign in to comment.