Skip to content

Commit 7e19dc4

Browse files
author
Matthew Graber
committed
Revert setuptools to 70.0.0
1 parent 2aaa175 commit 7e19dc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/deps/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pypng==0.20220715.0
55
boto3==1.34.22
66
redis==5.0.0
77
urllib3==1.26.19
8-
setuptools==80.3.1
8+
setuptools==70.0.0
99
pip==25.0.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python-dateutil==2.8.1
1313
redis==5.0.0
1414
requests==2.32.2
1515
Rtree==1.0.1
16-
setuptools==80.3.1
16+
setuptools==70.0.0
1717
unittest2==1.1.0
1818
unittest-xml-reporting==3.2.0
1919
urllib3==1.26.19

src/mrfgen/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
# For building the Cython-based C extension
1212
- c-compiler
1313
- cython =3.0.11
14-
- setuptools =80.3.1
14+
- setuptools =70.0.0
1515
#
1616
# mrfgen dependencies
1717
- gdal =3.6.4

0 commit comments

Comments
 (0)