Skip to content

Commit bbf8825

Browse files
v__0.213
1 parent 8119b17 commit bbf8825

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

mec/ubx.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ def create_gist_colab(username,verbose = 0, ENV_PATH=None):
1111
filename = username + "-actions.txt"
1212
if ENV_PATH is None:
1313
ENV_PATH = "/content/drive/MyDrive/secrets/github.env"
14-
# Install deps
15-
! pip -q install PyGithub python-dotenv
16-
1714
import os, requests
1815
from dotenv import load_dotenv
1916
from github import Github, Auth, InputFileContent

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name="mec",
5-
version="0.212",
5+
version="0.213",
66
authors=["Alfred Galichon"],
77
author_email="[email protected]",
88
licence="",
99
python_requires=">= 3",
10-
install_requires=["gurobipy"],
10+
install_requires=["gurobipy","PyGithub", "python-dotenv"],
1111
packages=find_packages(),
1212
package_data = {'mec': ['datasets/**/*.txt','datasets/**/*.csv','datasets/**/*.asc','datasets/*/*/*.asc','datasets/*/*/*.txt','datasets/*/*/*.csv']},
1313
test_suite="mec.tests",

0 commit comments

Comments
 (0)