Skip to content

Commit

Permalink
⬆️ dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jul 13, 2021
1 parent aae6224 commit b76d7a9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
5 changes: 3 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: "dynetx"
version: "0.2.6"
version: "0.2.7"

source:
git_rev: v0.2.6
git_rev: v0.2.7
git_url: https://github.com/GiulioRossetti/dynetx

requirements:
Expand All @@ -19,6 +19,7 @@ requirements:
- future
- tqdm
- networkx>=2.4
- decorator

about:
home: https://github.com/GiulioRossetti/dynetx
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: angel_env
name: dynetx
channels:
- conda-forge
- defaults
Expand All @@ -8,3 +8,4 @@ dependencies:
- future
- tqdm
- networkx>=2.4
- decorator
12 changes: 8 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
numpy
numpy~=1.18.1
future
tqdm
tqdm~=4.52.0
networkx>=2.4


sphinx~=3.1.0
mock~=4.0.2
decorator
matplotlib~=3.3.4
setuptools~=47.1.1
pendulum~=2.1.2
1 change: 1 addition & 0 deletions requrements_rtfd.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sphinx_rtd_theme==0.4.3
mock
numpy
decorators
networkx>=2.4
pytest>=5.4.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


setup(name='dynetx',
version='0.2.6',
version='0.2.77',
license='BSD-Clause-2',
description='Dynamic Network library',
url='https://github.com/GiulioRossetti/dynetx',
Expand Down

0 comments on commit b76d7a9

Please sign in to comment.