Skip to content

Commit

Permalink
Updated sella env
Browse files Browse the repository at this point in the history
Added python version - now 3.8 minimum
added typing extensions as a packaged
  • Loading branch information
calvinp0 committed Nov 14, 2023
1 parent 4b20ebe commit d9c2e65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devtools/sella_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: sella_env
channels:
- conda-forge
dependencies:
- python=3.7
- python>=3.8
- xtb-python
- pyyaml
- pandas
- ncurses
- pip:
- sella==2.2.1

- sella
- typing-extensions

0 comments on commit d9c2e65

Please sign in to comment.