Skip to content

Commit

Permalink
Merge pull request Pyomo#3164 from jsiirola/update-environ-tpl
Browse files Browse the repository at this point in the history
Updating TPL package list due to contrib.solver
  • Loading branch information
michaelbynum authored Feb 26, 2024
2 parents 476766e + 2edbf24 commit 8946534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyomo/environ/tests/test_environ.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def test_tpl_import_time(self):
'cPickle',
'csv',
'ctypes', # mandatory import in core/base/external.py; TODO: fix this
'datetime', # imported by contrib.solver
'decimal',
'gc', # Imported on MacOS, Windows; Linux in 3.10
'glob',
Expand Down

0 comments on commit 8946534

Please sign in to comment.