Skip to content

Commit 0ede710

Browse files
committed
update requirements file
1 parent 0efae4a commit 0ede710

File tree

4 files changed

+11
-45
lines changed

4 files changed

+11
-45
lines changed

pyproject.toml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,17 @@ classifiers = [
3737

3838
requires-python = ">=3.10, <3.13"
3939
dependencies = [
40-
"geojson",
41-
"geopandas > 0.10.0",
42-
"pandas >= 2.0.3, <= 2.2.3",
43-
"h3 <= 3.7.7",
44-
"igraph",
40+
"openseespy >= 3.7.1",
4541
"ipykernel >= 4.8.0",
4642
"ipython >= 6.2.0",
4743
"jupyter_client >= 5.0.0",
48-
"nbconvert",
49-
"nbformat",
50-
"nbstripout >= 0.3.0",
5144
"notebook >= 5.0.0",
52-
"pylint >= 2.1.1",
5345
"pyproj >= 3.6.1",
54-
"reportlab",
55-
"rtree",
56-
"tables >= 3.7.0",
57-
"scipy >= 1.11.0",
46+
"scipy < 1.14.0",
47+
"matplotlib >= 3.8.2",
48+
"numpy >= 1.26.2",
49+
"numba >= 0.58.1",
50+
"pandas >= 2.0.3",
5851
]
5952

6053

requirements-py310-linux.txt

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@ https://wheelhouse.openquake.org/v3/linux/py310/GDAL-3.7.3-cp310-cp310-manylinux
77
https://wheelhouse.openquake.org/v3/linux/py310/fiona-1.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
88
#
99
# Version specific
10+
openseespy >= 3.7.1
1011
pandas == 2.0.3
11-
geopandas >= 0.10.2
12-
ipykernel >= 4.8.0
13-
ipython >= 6.2.0
14-
jupyter_client >= 5.0.0
15-
matplotlib >= 3.4.2
16-
nbstripout >= 0.3.0
17-
notebook >= 5.0.0
18-
pylint >= 2.1.1
19-
rtree >= 0.9.4
20-
netCDF4 < 1.7.0
21-
scipy == 1.11.4
12+
scipy == 1.13.1
2213
#

requirements-py311-linux.txt

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@ https://wheelhouse.openquake.org/v3/linux/py311/GDAL-3.7.3-cp311-cp311-manylinux
77
https://wheelhouse.openquake.org/v3/linux/py311/fiona-1.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
88
#
99
# Version specific
10+
openseespy >= 3.7.1
1011
pandas == 2.0.3
11-
geopandas >= 0.10.2
12-
ipykernel >= 4.8.0
13-
ipython >= 6.2.0
14-
jupyter_client >= 5.0.0
15-
matplotlib >= 3.4.2
16-
nbstripout >= 0.3.0
17-
notebook >= 5.0.0
18-
pylint >= 2.1.1
19-
rtree >= 0.9.4
20-
netCDF4 < 1.7.0
21-
scipy == 1.11.4
12+
scipy == 1.13.1
2213
#

requirements-py312-linux.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@ https://wheelhouse.openquake.org/v3/linux/py312/fiona-1.9.5-cp312-cp312-manylinu
77
https://wheelhouse.openquake.org/v3/linux/py312/GDAL-3.7.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
88
#
99
# Version specific
10+
openseespy >= 3.7.1
1011
pandas == 2.0.3
11-
geopandas >= 0.10.2
12-
ipykernel >= 4.8.0
13-
ipython >= 6.2.0
14-
jupyter_client >= 5.0.0
15-
matplotlib >= 3.4.2
16-
nbstripout >= 0.3.0
17-
notebook >= 5.0.0
18-
pylint >= 2.1.1
19-
rtree >= 0.9.4
20-
netCDF4 < 1.7.0
2112
scipy == 1.13.1
2213
#

0 commit comments

Comments
 (0)