Skip to content

Commit

Permalink
update conda environment to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mshannon-sil committed Nov 14, 2024
1 parent 670fc66 commit 9a79e5a
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 35 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channels:
- defaults
- conda-forge
dependencies:
- python>=3.8.1,<3.9
- python==3.10.12
- git>=2.40,<3.0
- cxx-compiler>=1.7.0,<2.0.0
115 changes: 82 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ clowder = "clowder.clowder:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
pandas = "^1.0.4"
pandas = "^2.2"
sentencepiece = "^0.1.97"
nltk = "^3.5"
python-dotenv = "0.20.0"
Expand Down

0 comments on commit 9a79e5a

Please sign in to comment.