-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Messed up my dependencies
- Loading branch information
Humberto Sanchez II
committed
Sep 2, 2022
1 parent
4209ef2
commit a188602
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
setup( | ||
name="oglio", | ||
version="0.5.1", | ||
version="0.5.2", | ||
author_email='[email protected]', | ||
maintainer='Humberto A. Sanchez II', | ||
maintainer_email='[email protected]', | ||
|
@@ -27,7 +27,7 @@ | |
}, | ||
install_requires=[ | ||
'pyutmodel==1.1.0', | ||
'ogl==0.60.1', | ||
'ogl==0.60.2', | ||
'untanglepyut==0.4.6', | ||
], | ||
) |