Skip to content

Commit

Permalink
Upgrade dependencies from Python 3.8 to 3.10 (#3346)
Browse files Browse the repository at this point in the history
Co-authored-by: Kelly <[email protected]>
  • Loading branch information
lykelly19 and Kelly authored Sep 6, 2024
1 parent 980a4a9 commit 4195df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- anaconda
- conda-forge
dependencies:
- python=3.8
- python=3.10
- pip=21.3.1
- pandas~=1.3.0
- scipy~=1.7.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- anaconda
- conda-forge
dependencies:
- python=3.8
- python=3.10
- pip=20.2.4
- pandas~=1.3.0
- scipy~=1.7.0
Expand Down

0 comments on commit 4195df9

Please sign in to comment.