Skip to content

Commit

Permalink
Updated dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldevriesdarcorp committed Oct 15, 2019
1 parent 8164d0b commit 7eaf0ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion af_opt/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__version__ = "0.6.0"
__version__ = "0.7.0"
VERSION = __version__
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"numpy>=1.17",
"openmdao<2.10,>=2.8",
"h5py<3,>=2.10.0",
"cst==1.0.1",
"differential_evolution==1.7.0",
"cst<2,>=1.0.1",
"differential_evolution<2,>=1.7.0",
"matplotlib<4,>=3"
],
url="https://github.com/daniel-de-vries/airfoil-optimizer",
Expand Down

0 comments on commit 7eaf0ad

Please sign in to comment.