Skip to content

Commit

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

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

requirements:
Expand All @@ -14,7 +14,8 @@ requirements:
- python
- setuptools
run:
- python>=3.7
- python>=3.8
- pendulum
- numpy
- future
- tqdm
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ channels:
- conda-forge
- defaults
dependencies:
- python>=3.7
- python>=3.8
- pendulum
- numpy
- future
- tqdm
Expand Down
10 changes: 3 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
numpy~=1.18.1
numpy
future
tqdm~=4.52.0
tqdm
networkx>=2.4
sphinx~=3.1.0
mock~=4.0.2
decorator
matplotlib~=3.3.4
setuptools~=47.1.1
pendulum~=2.1.2
pendulum
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.77',
version='0.2.8',
license='BSD-Clause-2',
description='Dynamic Network library',
url='https://github.com/GiulioRossetti/dynetx',
Expand Down

0 comments on commit 5fc92b3

Please sign in to comment.