Commit graph

9 commits

Author SHA1 Message Date
Shay Carter
02d8198a99 Updated the environment.yml and setup.py files
- remove jupyter_contrib_nbextensions package from environment.yml as this is no longer supported
- update the version in the setup.py file so when installing locally it has v20 associated with it
- remove download link from the setup.py file since it's not correct for the beta
2023-09-18 14:27:01 -06:00
Shay Carter
ad2b46b50e Environment changes for v20 branch
- change the name of the environment to `python-awips-beta20`
- remove the python-awips package from the environment, because it needs to be installed from the local source code
2023-09-13 12:55:55 -06:00
srcarter3
becb447cff
Update environment.yml
add python-awips to the environment directly
2023-02-27 13:30:01 -07:00
Shay Carter
2d5bc31ddf Changes to make python-awips compatible with Python3.10
- change collections import to collections.abc
- change specific class reference from collections.[class_name] to collections.abc.[class_name]
- change environment file back to specifying Python3, instead of exactly specifying 3.9
- roll version number in setup.py
2022-08-23 18:12:30 -06:00
Shay Carter
bf93fdf9b3 Small change to environment.yml for compatibility with notebooks
- updated the python requirment from '=3' to '=3.9' because at least one notebook (METARS) was failing with python 3.10
2022-05-27 15:40:35 -06:00
Shay Carter
5659ab5b17 Add one dependency to environment.yml
- add the nbextensions dependency so table of contents widget will display for notebooks with new template
2021-06-15 11:22:15 -06:00
mjames-upc
82ea15b5f1 only need python3 env file for conda 2018-10-14 14:38:11 -06:00
Michael James
abd0128b09 yml env files for python2 and python3 2018-09-06 12:21:06 -06:00
mjames-upc
c132d638fe initial commit 2018-09-05 15:52:38 -06:00