Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ylyangtw committed Jan 31, 2024
1 parent 1aba770 commit a7c14f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pycodestyle>=2.6.0
- pyomo>=6.6.2
- pyproj>=3.6.1
- pytest>=3.9.0,<=7.2.0
- pytest>=3.9.0
- python-jose>=3.0
- rasterio>=1.3.9
- requests>=2.31.0
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ requests>=2.31.0
rtree>=1.1.0
scipy>=1.11.3
shapely>=2.0.2
openssl<=3.2.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
'rtree>=1.1.0',
'scipy>=1.11.3',
'shapely>=2.0.2',
'openssl<=3.2.0'
],

extras_require={
Expand Down

0 comments on commit a7c14f8

Please sign in to comment.