Skip to content

Commit

Permalink
Merge pull request #595 from sillsdev/594_conda_310
Browse files Browse the repository at this point in the history
Update conda environment to python 3.10
  • Loading branch information
mshannon-sil authored Nov 14, 2024
2 parents 3fd6b81 + 9a79e5a commit 5768d37
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 5768d37

Please sign in to comment.