Skip to content

Commit

Permalink
changed pytest version in environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Jan 31, 2024
1 parent ade145b commit 33c6499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ dependencies:
- pillow
- pycodestyle>=2.6.0
- pyincore>=1.11.0
- pytest>=3.9.0
- pytest<8
- python-jose>=3.0
- rasterio>=1.3.9
2 changes: 1 addition & 1 deletion requirements.min
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ pandas>=2.1.2
pillow
pycodestyle>=2.6.0
pyincore>=1.11.0
pytest>=3.9.0
pytest<8
python-jose>=3.0
rasterio>=1.3.9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
extras_require={
'test': [
'pycodestyle>=2.6.0',
'pytest>=3.9.0',
'pytest<8',
'python-jose>=3.0',
]
},
Expand Down

0 comments on commit 33c6499

Please sign in to comment.