Skip to content

Commit

Permalink
Dependencies update (#104)
Browse files Browse the repository at this point in the history
* Dependencies update

* Update CHANGELOG.md

Co-authored-by: Henry Schreiner <[email protected]>

* Update environment.yml accordingly
  • Loading branch information
eduardo-rodrigues authored Jun 6, 2020
1 parent 28d1ed0 commit 5e94862
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 0.7.0

Under development.

* Dependencies:
- Package dependent on ``Particle`` version 0.10.
- Dependencies on `lark-parser` and others upgraded.


## Version 0.6.2 (2020-06-05)

* Dependencies:
Expand Down
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: decaylanguage_demo
dependencies:
- python>=3.7
- pandas>=0.24
- attrs>=17.4
- attrs>=19.2
- pip>=9
- jupyterlab>=0.35
- six>=1.11
- numpy>=1.12
- pydot>=1.3.0
- pip:
- hepunits>=1.1.0
- particle==0.9.*
- lark-parser>=0.6.3
- plumbum>=1.6.6
- hepunits>=1.2.0
- particle==0.10.*
- lark-parser>=0.8.0
- plumbum>=1.6.9
- RISE
- graphviz
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
PYTHON_REQUIRES = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"

INSTALL_REQUIRES = [
'attrs>=17.4',
'plumbum>=1.6.6',
'attrs>=19.2',
'plumbum>=1.6.9',
'numpy>=1.12',
'pandas>=0.22',
'six>=1.11',
'lark-parser>=0.6.3',
'lark-parser>=0.8.0',
'pathlib2>=2.3; python_version<"3.5"',
'enum34>=1.1; python_version<"3.4"',
'importlib_resources>=1.0; python_version<"3.7"',
'cachetools; python_version<"3.3"',
'particle==0.9.*',
'particle==0.10.*',
'pydot'
]

Expand Down

0 comments on commit 5e94862

Please sign in to comment.